|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BaseConfiguration in org.apache.commons.configuration |
Subclasses of BaseConfiguration in org.apache.commons.configuration | |
class |
BasePathConfiguration
This is exactly the same as the BaseConfiguration but the backing store is based on a path (e.g. |
class |
BasePropertiesConfiguration
loads the configuration from a properties file. |
class |
ClassPropertiesConfiguration
Loads the configuration from the classpath utilizing a specified class to get the classloader from. |
class |
DOM4JConfiguration
Reads a XML configuration file. |
class |
JNDIConfiguration
This Configuration class allows you to interface with a JNDI datasource. |
class |
PropertiesConfiguration
This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =". |
class |
XMLConfiguration
Base class for reading an XML configuration file. |
Fields in org.apache.commons.configuration declared as BaseConfiguration | |
private BaseConfiguration |
CompositeConfiguration.inMemoryConfiguration
Configuration that holds in memory stuff. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |