Skip navigation links

Package org.apache.commons.configuration2.builder.fluent

This package defines a fluent API for setting up fully configured configuration builders.

See: Description

Package org.apache.commons.configuration2.builder.fluent Description

This package defines a fluent API for setting up fully configured configuration builders.

From a client's point of view the most important class in this package is Parameters. An instance can be used to create various parameters objects defining the settings for a configuration builder. These objects define set methods allowing the manipulation of all available initialization properties.

Important note

This package contains a number of interfaces that reflect the initialization parameters available for supported configuration implementations. These interfaces are not intended to be implemented by client code! When new features are added to the represented configuration classes corresponding new methods will be added to them. This can happen even in minor releases.

Version:
$Id: package-info.java 1679793 2015-05-16 17:49:56Z oheger $
Skip navigation links

Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.