Uses of Interface
org.apache.commons.configuration.PropertiesConfiguration.IOFactory

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

Uses of PropertiesConfiguration.IOFactory in org.apache.commons.configuration
 

Classes in org.apache.commons.configuration that implement PropertiesConfiguration.IOFactory
static class PropertiesConfiguration.DefaultIOFactory
           A default implementation of the IOFactory interface.
 

Methods in org.apache.commons.configuration that return PropertiesConfiguration.IOFactory
 PropertiesConfiguration.IOFactory PropertiesConfiguration.getIOFactory()
          Returns the IOFactory to be used for creating readers and writers when loading or saving this configuration.
 

Methods in org.apache.commons.configuration with parameters of type PropertiesConfiguration.IOFactory
 void PropertiesConfiguration.setIOFactory(PropertiesConfiguration.IOFactory ioFactory)
          Sets the IOFactory to be used for creating readers and writers when loading or saving this configuration.
 



Copyright © 2001-2013. All Rights Reserved.