Interface FileLoader

  • All Known Implementing Classes:
    AssetFileLoader, DefaultSchemasLoader, GenericFileLoader

    public interface FileLoader
    Interface for an object that can load files as documents from many paths. These files could be modules, or schemas, or content documents - it doesn't matter. The expected implementation of this is GenericFileLoader or a subclass of it, where the subclass may have knowledge of a specific type of document to load.
    • Method Detail

      • loadFiles

        java.util.List<DocumentFile> loadFiles​(java.lang.String... paths)