Uses of Class
org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
-
Packages that use DefaultExpressionEngineSymbols Package Description org.apache.commons.configuration2.tree A package with helper and utility classes used by hierarchical configurations. -
-
Uses of DefaultExpressionEngineSymbols in org.apache.commons.configuration2.tree
Fields in org.apache.commons.configuration2.tree declared as DefaultExpressionEngineSymbols Modifier and Type Field Description static DefaultExpressionEngineSymbols
DefaultExpressionEngineSymbols. DEFAULT_SYMBOLS
An instance with default symbols.private DefaultExpressionEngineSymbols
DefaultExpressionEngine. symbols
The symbols used by this instance.Methods in org.apache.commons.configuration2.tree that return DefaultExpressionEngineSymbols Modifier and Type Method Description DefaultExpressionEngineSymbols
DefaultExpressionEngineSymbols.Builder. create()
Creates theDefaultExpressionEngineSymbols
instance based on the properties set for this builder object.private static DefaultExpressionEngineSymbols
DefaultExpressionEngineSymbols. createDefaultSmybols()
Creates theDefaultExpressionEngineSymbols
object with default symbols.private DefaultExpressionEngineSymbols
DefaultConfigurationKey. getSymbols()
Gets the symbols object from the associated expression engine.DefaultExpressionEngineSymbols
DefaultExpressionEngine. getSymbols()
Gets theDefaultExpressionEngineSymbols
object associated with this instance.Constructors in org.apache.commons.configuration2.tree with parameters of type DefaultExpressionEngineSymbols Constructor Description Builder(DefaultExpressionEngineSymbols c)
Creates a new instance ofBuilder
whose properties are initialized from the passed inDefaultExpressionEngineSymbols
object.DefaultExpressionEngine(DefaultExpressionEngineSymbols syms)
Creates a new instance ofDefaultExpressionEngine
and initializes its symbols.DefaultExpressionEngine(DefaultExpressionEngineSymbols syms, NodeMatcher<java.lang.String> nodeNameMatcher)
Creates a new instance ofDefaultExpressionEngine
and initializes its symbols and the matcher for comparing node names.
-