Uses of Class
org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Package
Description
A package containing the implementation of the builder for combined configurations.
This package defines a fluent API for setting up fully configured configuration builders.
-
Uses of CombinedConfigurationBuilder in org.apache.commons.configuration2.builder.combined
Modifier and TypeClassDescriptionclass
An extension ofCombinedConfigurationBuilder
which also supports reloading operations.Modifier and TypeMethodDescriptionCombinedConfigurationBuilder.configure
(BuilderParameters... params) Appends the content of the specifiedBuilderParameters
objects to the current initialization parameters.ConfigurationDeclaration.getConfigurationBuilder()
Gets the associated configuration builder.ModifierConstructorDescriptionConfigurationDeclaration
(CombinedConfigurationBuilder builder, HierarchicalConfiguration<?> config) Creates a new instance ofConfigurationDeclaration
and initializes it. -
Uses of CombinedConfigurationBuilder in org.apache.commons.configuration2.builder.fluent
Modifier and TypeMethodDescriptionConfigurations.combinedBuilder
(File file) Creates a builder for aCombinedConfiguration
and initializes it with the given file to be loaded.Configurations.combinedBuilder
(String path) Creates a builder for aCombinedConfiguration
and initializes it with the given path to the file to be loaded.Configurations.combinedBuilder
(URL url) Creates a builder for aCombinedConfiguration
and initializes it with the given URL to be loaded.