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

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

Introduction

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

The text is from its open source code.

Constructor

INIConfiguration()
Create a new empty INI Configuration.

Method

List>childConfigurationsAt(final String key)
This implementation resolves the node(s) selected by the given key.