Class RoxyTokenReplacer
- java.lang.Object
-
- com.marklogic.client.ext.helper.LoggingObject
-
- com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
-
- com.marklogic.client.ext.tokenreplacer.RoxyTokenReplacer
-
- All Implemented Interfaces:
TokenReplacer
public class RoxyTokenReplacer extends DefaultTokenReplacer
Loads properties from typical Roxy locations of "deploy/default.properties", "deploy/build.properties", and "deploy/local.properties", if any of those exist. Also adopts the Roxy convention of properties being prefixed with "@ml.".
-
-
Field Summary
-
Fields inherited from class com.marklogic.client.ext.helper.LoggingObject
logger
-
-
Constructor Summary
Constructors Constructor Description RoxyTokenReplacer()
-
Method Summary
-
Methods inherited from class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
addPropertiesSource, getProperties, getPropertiesSources, initializeHelper, initializeProperties, replaceTokens, setProperties, setPropertiesSources, setPropertyPlaceholderHelper, setPropertyPrefix
-
Methods inherited from class com.marklogic.client.ext.helper.LoggingObject
format
-
-