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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

DataConfiguration(Configuration configuration)
Creates a new instance of DataConfiguration and sets the wrapped configuration.

Method

Objectget(Class cls, String key)
Get an object of the specified type associated with the given configuration key.
booleangetBoolean(String key)
booleangetBoolean(String key, boolean defaultValue)
ColorgetColor(String key)
Get a Color associated with the given configuration key.
intgetInt(String key)
intgetInt(String key, int defaultValue)
IteratorgetKeys()
ListgetList(String key)
StringgetString(String key)
StringgetString(String key, String defaultValue)
URLgetURL(String key, URL defaultValue)
Get an URL associated with the given configuration key.
voidsetProperty(String key, Object value)