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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.configuration2.MapConfiguration has subclasses.
Click this link to see all its subclasses.

Constructor

MapConfiguration(final Map map)
Create a Configuration decorator around the specified Map.
MapConfiguration(final Properties props)
Creates a new instance of MapConfiguration which uses the specified Properties object as its data store.

Method