Uses of Interface
org.apache.commons.configuration.PropertiesConfiguration.IOFactory
-
Packages that use PropertiesConfiguration.IOFactory Package Description org.apache.commons.configuration -
-
Uses of PropertiesConfiguration.IOFactory in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement PropertiesConfiguration.IOFactory Modifier and Type Class Description static classPropertiesConfiguration.DefaultIOFactoryA default implementation of theIOFactoryinterface.Methods in org.apache.commons.configuration that return PropertiesConfiguration.IOFactory Modifier and Type Method Description PropertiesConfiguration.IOFactoryPropertiesConfiguration. getIOFactory()Returns theIOFactoryto 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 Modifier and Type Method Description voidPropertiesConfiguration. setIOFactory(PropertiesConfiguration.IOFactory ioFactory)Sets theIOFactoryto be used for creating readers and writers when loading or saving this configuration.
-