Package com.marklogic.client.ext.file
Interface SupportsTokenReplacer
-
- All Known Implementing Classes:
CollectionsFileDocumentFileProcessor,PermissionsFileDocumentFileProcessor,PropertiesDrivenDocumentFileProcessor
public interface SupportsTokenReplacerIntended to be implemented by instances ofDocumentFileProcessorthat wish to use aTokenReplaceron the files that they read.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTokenReplacer(TokenReplacer tokenReplacer)
-
-
-
Method Detail
-
setTokenReplacer
void setTokenReplacer(TokenReplacer tokenReplacer)
-
-