Uses of Class
org.apache.commons.configuration.PropertiesConfigurationLayout

Packages that use PropertiesConfigurationLayout
org.apache.commons.configuration The Configuration main package. 
 

Uses of PropertiesConfigurationLayout in org.apache.commons.configuration
 

Methods in org.apache.commons.configuration that return PropertiesConfigurationLayout
protected  PropertiesConfigurationLayout PropertiesConfiguration.createLayout()
          Creates the associated layout object.
 PropertiesConfigurationLayout PropertiesConfiguration.getLayout()
          Returns the associated layout object.
 

Methods in org.apache.commons.configuration with parameters of type PropertiesConfigurationLayout
 void PropertiesConfiguration.setLayout(PropertiesConfigurationLayout layout)
          Sets the associated layout object.
 

Constructors in org.apache.commons.configuration with parameters of type PropertiesConfigurationLayout
PropertiesConfigurationLayout(PropertiesConfiguration config, PropertiesConfigurationLayout c)
          Creates a new instance of PropertiesConfigurationLayout and initializes it with the given configuration object.
 



Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.