Package com.marklogic.client.ext.tokenreplacer
-
Interface Summary Interface Description PropertiesSource Intent is to allow for a Properties object to be provided to DefaultTokenReplacer without that class knowing where the properties are retrieved from.TokenReplacer Interface for objects that replace implementation-defined tokens within a String of text, which typically will be the content of a document before it's written to MarkLogic. -
Class Summary Class Description DefaultTokenReplacer Default implementation of TokenReplacer that relies on a list of PropertiesSource implementations for finding tokens to replace in text.FilePropertiesSource Simple implementation of PropertiesSource that reads properties from a file.RoxyTokenReplacer Loads properties from typical Roxy locations of "deploy/default.properties", "deploy/build.properties", and "deploy/local.properties", if any of those exist.