Uses of Class
org.apache.commons.configuration.PropertiesConfiguration
Packages that use PropertiesConfiguration
-
Uses of PropertiesConfiguration in org.apache.commons.configuration
Subclasses of PropertiesConfiguration in org.apache.commons.configurationModifier and TypeClassDescriptionclassThis configuration implements the XML properties format introduced in Java 5.0, see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.Methods in org.apache.commons.configuration that return PropertiesConfigurationModifier and TypeMethodDescriptionPropertiesConfigurationLayout.getConfiguration()Returns the associated configuration object.Methods in org.apache.commons.configuration with parameters of type PropertiesConfigurationModifier and TypeMethodDescriptionstatic voidSystemConfiguration.setSystemProperties(PropertiesConfiguration systemConfig) Set System properties from a configuration file.Constructors in org.apache.commons.configuration with parameters of type PropertiesConfigurationModifierConstructorDescriptionCreates a new instance ofPropertiesConfigurationLayoutand initializes it with the associated configuration object.Creates a new instance ofPropertiesConfigurationLayoutand initializes it with the given configuration object.