Java org.apache.commons.configuration2.builder.fluent Parameters fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Parameters()
Creates a new instance of Parameters .

Method

CombinedBuilderParameterscombined()
Creates a new instance of a parameters object for combined configuration builder properties.
FileBasedBuilderParametersfileBased()
Creates a new instance of a parameters object for file-based configuration properties.
PropertiesBuilderParametersproperties()
Creates a new instance of a parameters object for properties configurations.
XMLBuilderParametersxml()
Creates a new instance of a parameters object for XML configurations.