Uses of Interface
org.apache.commons.configuration2.ConfigurationDecoder
-
Packages that use ConfigurationDecoder 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 newConfiguration
objects. -
-
Uses of ConfigurationDecoder in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return ConfigurationDecoder Modifier and Type Method Description ConfigurationDecoder
AbstractConfiguration. getConfigurationDecoder()
Returns theConfigurationDecoder
used by this instance.Methods in org.apache.commons.configuration2 with parameters of type ConfigurationDecoder Modifier and Type Method Description java.lang.String
AbstractConfiguration. getEncodedString(java.lang.String key, ConfigurationDecoder decoder)
Gets the value of a string property that is stored in encoded form in this configuration.java.lang.String
ImmutableConfiguration. getEncodedString(java.lang.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 ConfigurationDecoder Modifier and Type Method Description BasicBuilderParameters
BasicBuilderParameters. setConfigurationDecoder(ConfigurationDecoder decoder)
Sets theConfigurationDecoder
object for this configuration.T
BasicBuilderProperties. setConfigurationDecoder(ConfigurationDecoder decoder)
Sets theConfigurationDecoder
object for this configuration.
-