Uses of Interface
org.apache.commons.configuration2.PropertiesConfiguration.IOFactory
-
Packages that use PropertiesConfiguration.IOFactory Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects. -
-
Uses of PropertiesConfiguration.IOFactory in org.apache.commons.configuration2
Classes in org.apache.commons.configuration2 that implement PropertiesConfiguration.IOFactory Modifier and Type Class Description static classPropertiesConfiguration.DefaultIOFactoryA default implementation of theIOFactoryinterface.static classPropertiesConfiguration.JupIOFactoryAn alternativePropertiesConfiguration.IOFactorythat tries to mimic the behavior ofProperties(Jup) more closely.Methods in org.apache.commons.configuration2 that return PropertiesConfiguration.IOFactory Modifier and Type Method Description PropertiesConfiguration.IOFactoryPropertiesConfiguration. getIOFactory()Gets theIOFactoryto be used for creating readers and writers when loading or saving this configuration.Methods in org.apache.commons.configuration2 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. -
Uses of PropertiesConfiguration.IOFactory in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder with parameters of type PropertiesConfiguration.IOFactory Modifier and Type Method Description PropertiesBuilderParametersImplPropertiesBuilderParametersImpl. setIOFactory(PropertiesConfiguration.IOFactory factory)TPropertiesBuilderProperties. setIOFactory(PropertiesConfiguration.IOFactory factory)Sets theIOFactoryto be used by the properties configuration object.
-