Package com.ganteater.ae
Class TemplateProcessor
java.lang.Object
com.ganteater.ae.TemplateProcessor
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptiongetVariableString(String aAttribut) getVariableValue(String aAttribut) getVariableValue(String aAttribut, boolean aArrayTrimed) booleanprotected StringreplaceCall(String aValue) protected StringreplaceFile(String aValue) replaceProperties(String aValue) protected StringreplaceProperties(String value, boolean aUseDefaultValue) protected StringreplaceTag(String aValue) voidsetBaseDir(File theBaseDir) voidsetStopped(boolean fstoppedTest) voidsetVariableValue(String name, Object value) voidstop()toUpperCaseName(String aAttribut)
-
Field Details
-
MAPPED_VAR_DELIM
- See Also:
-
variables
-
fGlobalVariables
-
configNode
-
-
Constructor Details
-
TemplateProcessor
protected TemplateProcessor() -
TemplateProcessor
-
-
Method Details
-
getBaseDir
-
setBaseDir
-
replaceProperties
-
replaceProperties
-
replaceCall
-
replaceTag
-
replaceFile
-
getVariableValue
-
getVariableString
-
toUpperCaseName
-
getVariableValue
-
getFile
-
getGlobalVariables
-
setVariableValue
-
stop
-
isStopped
-
setStopped
-