Class DefaultConfigurationBuilder.FileConfigurationProvider

All Implemented Interfaces:
BeanFactory
Direct Known Subclasses:
DefaultConfigurationBuilder.XMLConfigurationProvider
Enclosing class:
DefaultConfigurationBuilder

A specialized provider implementation that deals with file based configurations. Ensures that the base path is correctly set and that the load() method gets called.
Since:
1.3
Version:
$Id: DefaultConfigurationBuilder.java 1366930 2012-07-29 20:05:36Z oheger $
Author:
Commons Configuration team