Interface JWFileListingRetrieverType

All Known Subinterfaces:
JWFileSourceEntryType
All Known Implementing Classes:
JWFileSourceEntryFilesystemRoot, JWFileSourceEntryRecentItems

public interface JWFileListingRetrieverType
A function that, on evaluation, returns a list of file items.
  • Method Summary

    Modifier and Type Method Description
    java.util.List<JWFileItem> onFileItemsRequested()  
  • Method Details

    • onFileItemsRequested

      java.util.List<JWFileItem> onFileItemsRequested() throws java.lang.Exception
      Returns:
      The file items
      Throws:
      java.lang.Exception - On errors