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 newConfigurationobjects. -
-
Uses of ConfigurationDecoder in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return ConfigurationDecoder Modifier and Type Method Description ConfigurationDecoderAbstractConfiguration. getConfigurationDecoder()Gets theConfigurationDecoderused by this instance.Methods in org.apache.commons.configuration2 with parameters of type ConfigurationDecoder Modifier and Type Method Description StringAbstractConfiguration. getEncodedString(String key, ConfigurationDecoder decoder)Gets the value of a string property that is stored in encoded form in this configuration.StringImmutableConfiguration. getEncodedString(String key, ConfigurationDecoder decoder)Gets the value of a string property that is stored in encoded form in this configuration.voidAbstractConfiguration. setConfigurationDecoder(ConfigurationDecoder configurationDecoder)Sets theConfigurationDecoderfor 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 BasicBuilderParametersBasicBuilderParameters. setConfigurationDecoder(ConfigurationDecoder decoder)Sets theConfigurationDecoderobject for this configuration.TBasicBuilderProperties. setConfigurationDecoder(ConfigurationDecoder decoder)Sets theConfigurationDecoderobject for this configuration.
-