Package | Description |
---|---|
org.apache.commons.configuration2.tree |
A package with helper and utility classes used by hierarchical configurations.
|
Modifier and Type | Field and Description |
---|---|
static DefaultExpressionEngineSymbols |
DefaultExpressionEngineSymbols.DEFAULT_SYMBOLS
An instance with default symbols.
|
Modifier and Type | Method and Description |
---|---|
DefaultExpressionEngineSymbols |
DefaultExpressionEngineSymbols.Builder.create()
Creates the
DefaultExpressionEngineSymbols instance based on
the properties set for this builder object. |
DefaultExpressionEngineSymbols |
DefaultExpressionEngine.getSymbols()
Returns the
DefaultExpressionEngineSymbols object associated with
this instance. |
Constructor and Description |
---|
Builder(DefaultExpressionEngineSymbols c)
Creates a new instance of
Builder whose properties are
initialized from the passed in DefaultExpressionEngineSymbols
object. |
DefaultExpressionEngine(DefaultExpressionEngineSymbols syms)
Creates a new instance of
DefaultExpressionEngine and initializes
its symbols. |
DefaultExpressionEngine(DefaultExpressionEngineSymbols syms,
NodeMatcher<String> nodeNameMatcher)
Creates a new instance of
DefaultExpressionEngine and initializes
its symbols and the matcher for comparing node names. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.