Uses of Interface
org.apache.commons.configuration2.ConfigurationDecoder
Packages that use 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
Methods in org.apache.commons.configuration2 that return ConfigurationDecoderModifier and TypeMethodDescriptionAbstractConfiguration.getConfigurationDecoder()
Gets theConfigurationDecoder
used by this instance.Methods in org.apache.commons.configuration2 with parameters of type ConfigurationDecoderModifier 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
Methods in org.apache.commons.configuration2.builder with parameters of type ConfigurationDecoderModifier and TypeMethodDescriptionBasicBuilderParameters.setConfigurationDecoder
(ConfigurationDecoder decoder) Sets theConfigurationDecoder
object for this configuration.BasicBuilderProperties.setConfigurationDecoder
(ConfigurationDecoder decoder) Sets theConfigurationDecoder
object for this configuration.