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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

XMLConfiguration()
Creates a new instance of XMLConfiguration .

Method

voidclearProperty(String key)
Remove a property from the configuration.
HierarchicalConfigurationconfigurationAt(final String key)
This is a short form for configurationAt(key, false) .
List>configurationsAt(final String key)
This implementation creates sub configurations in the same way as described for #configurationAt(String) .
InMemoryNodeModelgetNodeModel()
This implementation returns the InMemoryNodeModel used by this configuration.
voidinitFileLocator(final FileLocator loc)
Stores the passed in locator for the upcoming IO operation.