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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.configuration.BaseConfiguration has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidaddConfigurationListener(ConfigurationListener l)
Adds a configuration listener to this object.
voidaddProperty(String key, Object value)
voidappend(Configuration c)
Appends the content of the specified configuration to this configuration.
booleancontainsKey(String key)
check if the configuration contains the key
voidcopy(Configuration c)
Copies the content of the specified configuration into this configuration.
booleangetBoolean(String key)
IteratorgetKeys()
Get the list of the keys contained in the configuration repository.
ListgetList(String key)
ObjectgetProperty(String key)
Read property from underlying map.
StringgetString(String key)
String[]getStringArray(String key)
Get an array of strings associated with the given configuration key.
voidsetDelimiterParsingDisabled(boolean delimiterParsingDisabled)
Set whether this configuration should use delimiters when parsing property values to convert them to lists of values.
voidsetProperty(String key, Object value)
Configurationsubset(String prefix)