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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.commons.configuration.ConfigurationFactory has the following implementations.
Click this link to see all its implementation.

Constructor

ConfigurationFactory()
Constructor
ConfigurationFactory(String configurationFileName)
Constructor with ConfigurationFile Name passed

Method

ConfigurationgetConfiguration()
Return the configuration provided by this factory.
voidsetBasePath(String basePath)
Sets the basePath for all file references from this Configuration Factory.
voidsetConfigurationFileName(String configurationFileName)
Sets the configurationFile.
voidsetConfigurationURL(URL url)
Sets the URL of the configuration to load.