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

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

Introduction

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

The text is from its open source code.

Method

intgetInt(String key)
Get a int associated with the given configuration key.
IteratorgetKeys()
Get the list of the keys contained in the configuration.
StringgetString(String key)
Get a string associated with the given configuration key.