| AbstractDocumentFileReader |
Defines some generic features for the DefaultDocumentFileReader and JarDocumentFileReader.
|
| CollectionsDocumentFileProcessor |
Adds the given collections to each DocumentFile that it processes.
|
| CollectionsFileDocumentFileProcessor |
Looks for a special file in each directory - defaults to collections.properties - that contains properties where the
key is the name of a file in the directory, and the value is a comma-delimited list of collections to load the file
into (which means you can't use a comma in any collection name).
|
| DefaultDocumentFileReader |
Non-threadsafe implementation that implements FileVisitor as a way of descending one or more file paths.
|
| DefaultDocumentFormatGetter |
Default impl.
|
| DocumentFile |
Encapsulates a file that should be written to MarkLogic as a single document.
|
| FormatDocumentFileProcessor |
Delegates to DefaultDocumentFormatGetter by default for determining what Format to use for the File in a given
DocumentFile.
|
| GenericFileLoader |
Generic implementation of FileLoader.
|
| JarDocumentFileReader |
Implementation of DocumentFileReader for reading documents in a JAR file.
|
| PermissionsDocumentFileProcessor |
DocumentFileProcessor that uses a DocumentPermissionsParser to parse a string of permissions (typically, a delimited
string of roles and capabilities) and adds them to each DocumentFile.
|
| PermissionsFileDocumentFileProcessor |
Looks for a special file in each directory - defaults to permissions.properties - that contains properties where the
key is the name of a file in the directory, and the value is a comma-delimited list of role,capability,role,capability,etc.
|
| PropertiesDrivenDocumentFileProcessor |
Base class for processors that look for a special file in each directory and intend to perform some processing based
on the contents of that file.
|
| TokenReplacerDocumentFileProcessor |
Processor that delegates to a TokenReplacer for replacing tokens in the content of a DocumentFile.
|