Uses of Class
org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Packages that use DefaultExpressionEngineSymbols
Package
Description
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 DefaultExpressionEngineSymbolsModifier and TypeFieldDescriptionstatic final DefaultExpressionEngineSymbols
DefaultExpressionEngineSymbols.DEFAULT_SYMBOLS
An instance with default symbols.private final DefaultExpressionEngineSymbols
DefaultExpressionEngine.symbols
The symbols used by this instance.Methods in org.apache.commons.configuration2.tree that return DefaultExpressionEngineSymbolsModifier and TypeMethodDescriptionDefaultExpressionEngineSymbols.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.DefaultExpressionEngine.getSymbols()
Gets theDefaultExpressionEngineSymbols
object associated with this instance.Constructors in org.apache.commons.configuration2.tree with parameters of type DefaultExpressionEngineSymbolsModifierConstructorDescriptionCreates a new instance ofBuilder
whose properties are initialized from the passed inDefaultExpressionEngineSymbols
object.Creates a new instance ofDefaultExpressionEngine
and initializes its symbols.DefaultExpressionEngine
(DefaultExpressionEngineSymbols syms, NodeMatcher<String> nodeNameMatcher) Creates a new instance ofDefaultExpressionEngine
and initializes its symbols and the matcher for comparing node names.