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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.configuration.DefaultConfigurationBuilder has subclasses.
Click this link to see all its subclasses.

Field

StringADDITIONAL_NAME
Constant for the name of the additional configuration.
intEVENT_ERR_LOAD_OPTIONAL
Constant for the type of error events caused by optional configurations that cannot be loaded.

Constructor

DefaultConfigurationBuilder()
Creates a new instance of DefaultConfigurationBuilder.
DefaultConfigurationBuilder(File file)
Creates a new instance of DefaultConfigurationBuilder and sets the specified configuration definition file.
DefaultConfigurationBuilder(String fileName)
Creates a new instance of DefaultConfigurationBuilder and sets the specified configuration definition file.
DefaultConfigurationBuilder(URL url)
Creates a new instance of DefaultConfigurationBuilder and sets the specified configuration definition file.

Method

ConfigurationgetConfiguration()
Returns the configuration provided by this builder.
CombinedConfigurationgetConfiguration(boolean load)
Returns the configuration provided by this builder.
voidsetConfigurationBasePath(String configurationBasePath)
Sets the base path for the configuration sources to load.