Package com.marklogic.client.ext.file
Class CollectionsDocumentFileProcessor
- java.lang.Object
-
- com.marklogic.client.ext.file.CollectionsDocumentFileProcessor
-
- All Implemented Interfaces:
DocumentFileProcessor
public class CollectionsDocumentFileProcessor extends java.lang.Object implements DocumentFileProcessor
Adds the given collections to each DocumentFile that it processes.
-
-
Constructor Summary
Constructors Constructor Description CollectionsDocumentFileProcessor(java.lang.String... collections)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentFileprocessDocumentFile(DocumentFile documentFile)
-
-
-
Method Detail
-
processDocumentFile
public DocumentFile processDocumentFile(DocumentFile documentFile)
- Specified by:
processDocumentFilein interfaceDocumentFileProcessor- Returns:
- the same or a new DocumentFile instance
-
-