Package | Description |
---|---|
org.apache.commons.configuration2.tree |
A package with helper and utility classes used by hierarchical configurations.
|
Modifier and Type | Method and Description |
---|---|
DefaultExpressionEngineSymbols.Builder |
DefaultExpressionEngineSymbols.Builder.setAttributeEnd(String ae)
Sets the string representing the end marker of an attribute in a
property key.
|
DefaultExpressionEngineSymbols.Builder |
DefaultExpressionEngineSymbols.Builder.setAttributeStart(String as)
Sets the string representing the start marker of an attribute in a
property key.
|
DefaultExpressionEngineSymbols.Builder |
DefaultExpressionEngineSymbols.Builder.setEscapedDelimiter(String ed)
Sets the string representing an escaped property delimiter.
|
DefaultExpressionEngineSymbols.Builder |
DefaultExpressionEngineSymbols.Builder.setIndexEnd(String ie)
Sets the string representing the end of an index in a property key.
|
DefaultExpressionEngineSymbols.Builder |
DefaultExpressionEngineSymbols.Builder.setIndexStart(String is)
Sets the string representing the start of an index in a property key.
|
DefaultExpressionEngineSymbols.Builder |
DefaultExpressionEngineSymbols.Builder.setPropertyDelimiter(String d)
Sets the string representing a delimiter for properties.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.