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 DefaultExpressionEngineSymbolsDefaultExpressionEngineSymbols. DEFAULT_SYMBOLSAn instance with default symbols.Methods in org.apache.commons.configuration2.tree that return DefaultExpressionEngineSymbols Modifier and Type Method Description DefaultExpressionEngineSymbolsDefaultExpressionEngineSymbols.Builder. create()Creates theDefaultExpressionEngineSymbolsinstance based on the properties set for this builder object.DefaultExpressionEngineSymbolsDefaultExpressionEngine. getSymbols()Gets theDefaultExpressionEngineSymbolsobject 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 ofBuilderwhose properties are initialized from the passed inDefaultExpressionEngineSymbolsobject.DefaultExpressionEngine(DefaultExpressionEngineSymbols syms)Creates a new instance ofDefaultExpressionEngineand initializes its symbols.DefaultExpressionEngine(DefaultExpressionEngineSymbols syms, NodeMatcher<String> nodeNameMatcher)Creates a new instance ofDefaultExpressionEngineand initializes its symbols and the matcher for comparing node names.
-