Java org.apache.commons.configuration2 AbstractConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration2 AbstractConfiguration fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

booleangetBoolean(final String key, final boolean defaultValue)
BooleangetBoolean(final String key, final Boolean defaultValue)
Obtains the value of the specified key and tries to convert it into a Boolean object.
intgetInt(final String key, final int defaultValue)
intgetInt(final String key)
ListgetList(final String key)
ListDelimiterHandlergetListDelimiterHandler()
Returns the ListDelimiterHandler used by this instance.
StringgetString(final String key)
voidsetListDelimiterHandler(final ListDelimiterHandler listDelimiterHandler)

Sets the ListDelimiterHandler to be used by this instance.