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

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

Introduction

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

The text is from its open source code.

Method

voidclear()
Remove all properties from the configuration.
ClassgetClass()
Returns the runtime class of this Object .
voidsetProperty(String key, Object value)
Set a property, this will replace any previously set values.
Configurationsubset(String prefix)
Return a decorator Configuration containing every key from the current Configuration that starts with the specified prefix.