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

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

Introduction

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

The text is from its open source code.

Method

booleangetBoolean(String key, boolean defaultValue)
Get a boolean associated with the given configuration key.
intgetInt(String key)
Get a int associated with the given configuration key.
intgetInt(String key, int defaultValue)
Get a int associated with the given configuration key.
IntegergetInteger(String key, Integer defaultValue)
Get an Integer associated with the given configuration key.
ListgetList(String key, List defaultValue)
Get a List of strings associated with the given configuration key.
StringgetRootElementName()
Returns the name of the root element of this configuration.
StringgetString(String key)
Get a string associated with the given configuration key.
ListimmutableChildConfigurationsAt(String key)
Returns a list of immutable configurations for all direct child elements of the node selected by the given key.
ListimmutableConfigurationsAt(String key)
Returns a list of immutable configurations for all configuration nodes selected by the given key.
intsize()
Returns the number of keys stored in this configuration.