Uses of Interface
org.apache.commons.configuration.PropertiesConfiguration.IOFactory
-
Packages that use PropertiesConfiguration.IOFactory Package Description 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 Modifier and Type Class Description static class
PropertiesConfiguration.DefaultIOFactory
A default implementation of theIOFactory
interface.Methods in org.apache.commons.configuration that return PropertiesConfiguration.IOFactory Modifier and Type Method Description PropertiesConfiguration.IOFactory
PropertiesConfiguration. getIOFactory()
Returns theIOFactory
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 Modifier and Type Method Description void
PropertiesConfiguration. setIOFactory(PropertiesConfiguration.IOFactory ioFactory)
Sets theIOFactory
to be used for creating readers and writers when loading or saving this configuration.
-