Package com.ganteater.ae
Class TemplateProcessor
java.lang.Object
com.ganteater.ae.TemplateProcessor
- Direct Known Subclasses:
Processor
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptiongetVariableString
(String aAttribut) getVariableValue
(String aAttribut) getVariableValue
(String aAttribut, boolean aArrayTrimed) boolean
protected String
replaceCall
(String aValue) protected String
replaceFile
(String aValue) replaceProperties
(String aValue) protected String
replaceProperties
(String value, boolean aUseDefaultValue) protected String
replaceTag
(String aValue) void
setBaseDir
(File theBaseDir) void
setStopped
(boolean fstoppedTest) void
setVariableValue
(String name, Object value) void
stop()
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
-