Java org.apache.commons.configuration MapConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration MapConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration MapConfiguration.

The text is from its open source code.

Constructor

MapConfiguration(Map map)
Create a Configuration decorator around the specified Map.

Method

voidaddProperty(String key, Object value)
voidappend(Configuration c)
Appends the content of the specified configuration to this configuration.
booleancontainsKey(String key)
intgetInt(String key)
ConfigurationInterpolatorgetInterpolator()
Returns the ConfigurationInterpolator object that manages the lookup objects for resolving variables.
MapgetMap()
Return the Map decorated by this configuration.
ObjectgetProperty(String key)
StringgetString(String key)
ConfigurationinterpolatedConfiguration()
Returns a configuration with the same content as this configuration, but with all variables replaced by their actual values.
voidsetDelimiterParsingDisabled(boolean delimiterParsingDisabled)
Set whether this configuration should use delimiters when parsing property values to convert them to lists of values.
voidsetListDelimiter(char listDelimiter)
Change the list delimiter for this configuration.
voidsetProperty(String key, Object value)