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 newConfiguration
objects. -
-
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 class
PropertiesConfiguration.DefaultIOFactory
A default implementation of theIOFactory
interface.static class
PropertiesConfiguration.JupIOFactory
An alternativePropertiesConfiguration.IOFactory
that 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.IOFactory
PropertiesConfiguration. getIOFactory()
Returns theIOFactory
to 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 void
PropertiesConfiguration. setIOFactory(PropertiesConfiguration.IOFactory ioFactory)
Sets theIOFactory
to 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 PropertiesBuilderParametersImpl
PropertiesBuilderParametersImpl. setIOFactory(PropertiesConfiguration.IOFactory factory)
T
PropertiesBuilderProperties. setIOFactory(PropertiesConfiguration.IOFactory factory)
Sets theIOFactory
to be used by the properties configuration object.
-