Package | Description |
---|---|
org.apache.commons.configuration2.builder.combined |
A package containing the implementation of the builder for combined configurations.
|
org.apache.commons.configuration2.builder.fluent |
This package defines a fluent API for setting up fully configured configuration builders.
|
Modifier and Type | Method and Description |
---|---|
DefaultParametersManager |
CombinedBuilderParametersImpl.getChildDefaultParametersManager()
Returns the
DefaultParametersManager object for initializing parameter objects for child configuration
sources. |
Modifier and Type | Method and Description |
---|---|
T |
CombinedBuilderProperties.setChildDefaultParametersManager(DefaultParametersManager manager)
Sets a
DefaultParametersManager object responsible for managing the default parameter handlers to be applied
on child configuration sources. |
CombinedBuilderParametersImpl |
CombinedBuilderParametersImpl.setChildDefaultParametersManager(DefaultParametersManager manager)
Sets a
DefaultParametersManager object responsible for managing the default parameter handlers to be applied
on child configuration sources. |
Modifier and Type | Method and Description |
---|---|
DefaultParametersManager |
Parameters.getDefaultParametersManager()
Returns the
DefaultParametersManager associated with this object. |
Constructor and Description |
---|
Parameters(DefaultParametersManager manager)
Creates a new instance of
Parameters and initializes it with the given DefaultParametersManager . |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.