Uses of Interface
org.apache.commons.configuration.PropertiesConfiguration.IOFactory
Packages that use PropertiesConfiguration.IOFactory
-
Uses of PropertiesConfiguration.IOFactory in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement PropertiesConfiguration.IOFactoryModifier and TypeClassDescriptionstatic class
A default implementation of theIOFactory
interface.Methods in org.apache.commons.configuration that return PropertiesConfiguration.IOFactoryModifier and TypeMethodDescriptionPropertiesConfiguration.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.IOFactoryModifier and TypeMethodDescriptionvoid
PropertiesConfiguration.setIOFactory
(PropertiesConfiguration.IOFactory ioFactory) Sets theIOFactory
to be used for creating readers and writers when loading or saving this configuration.