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

Example usage for Java org.apache.commons.configuration2.builder.fluent Configurations 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 Configurations.

The text is from its open source code.

Constructor

Configurations()
Creates a new Configurations instance with default settings.

Method

PropertiesConfigurationproperties(final File file)
Creates a PropertiesConfiguration instance from the content of the given file.
PropertiesConfigurationproperties(final URL url)
Creates a PropertiesConfiguration instance from the content of the given URL.
PropertiesConfigurationproperties(final String path)
Creates a PropertiesConfiguration instance from the content of the file identified by the given path.
FileBasedConfigurationBuilderpropertiesBuilder(final File file)
Creates a builder for a PropertiesConfiguration and initializes it with the given file to be loaded.
FileBasedConfigurationBuilderpropertiesBuilder(final URL url)
Creates a builder for a PropertiesConfiguration and initializes it with the given URL to be loaded.
FileBasedConfigurationBuilderpropertiesBuilder(final String path)
Creates a builder for a PropertiesConfiguration and initializes it with the given path to the file to be loaded.
XMLConfigurationxml(final File file)
Creates a XMLConfiguration instance from the content of the given file.
XMLConfigurationxml(final URL url)
Creates a XMLConfiguration instance from the content of the given URL.
XMLConfigurationxml(final String path)
Creates a XMLConfiguration instance from the content of the file identified by the given path.
FileBasedConfigurationBuilderxmlBuilder(final File file)
Creates a builder for a XMLConfiguration and initializes it with the given file to be loaded.
FileBasedConfigurationBuilderxmlBuilder(final URL url)
Creates a builder for a XMLConfiguration and initializes it with the given URL to be loaded.
FileBasedConfigurationBuilderxmlBuilder(final String path)
Creates a builder for a XMLConfiguration and initializes it with the given path to the file to be loaded.