Uses of Class
org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of DefaultExpressionEngineSymbols in org.apache.commons.configuration2.tree
Modifier and TypeFieldDescriptionstatic final DefaultExpressionEngineSymbols
DefaultExpressionEngineSymbols.DEFAULT_SYMBOLS
An instance with default symbols.Modifier and TypeMethodDescriptionDefaultExpressionEngineSymbols.Builder.create()
Creates theDefaultExpressionEngineSymbols
instance based on the properties set for this builder object.DefaultExpressionEngine.getSymbols()
Gets theDefaultExpressionEngineSymbols
object associated with this instance.ModifierConstructorDescriptionCreates 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.