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 classA default implementation of theIOFactoryinterface.Methods in org.apache.commons.configuration that return PropertiesConfiguration.IOFactoryModifier and TypeMethodDescriptionPropertiesConfiguration.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.IOFactoryModifier and TypeMethodDescriptionvoidPropertiesConfiguration.setIOFactory(PropertiesConfiguration.IOFactory ioFactory) Sets theIOFactoryto be used for creating readers and writers when loading or saving this configuration.