Package com.marklogic.client.ext.file
Interface FileLoader
-
- All Known Implementing Classes:
AssetFileLoader,DefaultSchemasLoader,GenericFileLoader
public interface FileLoaderInterface 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DocumentFile>loadFiles(java.lang.String... paths)
-
-
-
Method Detail
-
loadFiles
java.util.List<DocumentFile> loadFiles(java.lang.String... paths)
-
-