Package | Description |
---|---|
org.apache.commons.configuration2 |
The Configuration main package.
|
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration objects. |
Modifier and Type | Method and Description |
---|---|
ConfigurationDecoder |
AbstractConfiguration.getConfigurationDecoder()
Returns the
ConfigurationDecoder used by this instance. |
Modifier and Type | Method and Description |
---|---|
String |
AbstractConfiguration.getEncodedString(String key,
ConfigurationDecoder decoder)
Get the value of a string property that is stored in encoded form in this
configuration.
|
String |
ImmutableConfiguration.getEncodedString(String key,
ConfigurationDecoder decoder)
Get the value of a string property that is stored in encoded form in this
configuration.
|
void |
AbstractConfiguration.setConfigurationDecoder(ConfigurationDecoder configurationDecoder)
Sets the
ConfigurationDecoder for this configuration. |
Modifier and Type | Method and Description |
---|---|
BasicBuilderParameters |
BasicBuilderParameters.setConfigurationDecoder(ConfigurationDecoder decoder)
Sets the
ConfigurationDecoder object for this configuration. |
T |
BasicBuilderProperties.setConfigurationDecoder(ConfigurationDecoder decoder)
Sets the
ConfigurationDecoder object for this configuration. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.