Uses of Interface
org.apache.commons.configuration2.ConfigurationDecoder
Package
Description
The Configuration main package.
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.-
Uses of ConfigurationDecoder in org.apache.commons.configuration2
Modifier and TypeMethodDescriptionAbstractConfiguration.getConfigurationDecoder()
Gets theConfigurationDecoder
used by this instance.Modifier and TypeMethodDescriptionAbstractConfiguration.getEncodedString
(String key, ConfigurationDecoder decoder) Gets the value of a string property that is stored in encoded form in this configuration.ImmutableConfiguration.getEncodedString
(String key, ConfigurationDecoder decoder) Gets the value of a string property that is stored in encoded form in this configuration.void
AbstractConfiguration.setConfigurationDecoder
(ConfigurationDecoder configurationDecoder) Sets theConfigurationDecoder
for this configuration. -
Uses of ConfigurationDecoder in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionBasicBuilderParameters.setConfigurationDecoder
(ConfigurationDecoder decoder) Sets theConfigurationDecoder
object for this configuration.BasicBuilderProperties.setConfigurationDecoder
(ConfigurationDecoder decoder) Sets theConfigurationDecoder
object for this configuration.