Java org.apache.commons.configuration CombinedConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration CombinedConfiguration fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

intEVENT_COMBINED_INVALIDATE
Constant for the invalidate event that is fired when the internal node structure becomes invalid.

Constructor

CombinedConfiguration(NodeCombiner comb)
Creates a new instance of CombinedConfiguration and initializes the combiner to be used.
CombinedConfiguration()
Creates a new instance of CombinedConfiguration that uses a union combiner.

Method

voidaddConfiguration(AbstractConfiguration config, String name, String at)
Adds a new configuration to this combined configuration.
voidaddConfiguration(AbstractConfiguration config)
Adds a new configuration to this combined configuration.
voidaddConfiguration(AbstractConfiguration config, String name)
Adds a new configuration to this combined configuration with an optional name.
voidclear()
Clears this configuration.
ConfigurationgetConfiguration(int index)
Returns the configuration at the specified index.
ConfigurationgetConfiguration(String name)
Returns the configuration with the given name.
SetgetConfigurationNames()
Returns a set with the names of all configurations contained in this combined configuration.
NodeCombinergetNodeCombiner()
Returns the node combiner that is used for creating the combined node structure.
intgetNumberOfConfigurations()
Returns the number of configurations that are contained in this combined configuration.