Uses of Interface
org.apache.commons.configuration2.PropertiesConfiguration.IOFactory
Packages that use PropertiesConfiguration.IOFactory
Package
Description
The Configuration main package.
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.-
Uses of PropertiesConfiguration.IOFactory in org.apache.commons.configuration2
Classes in org.apache.commons.configuration2 that implement PropertiesConfiguration.IOFactoryModifier and TypeClassDescriptionstatic class
A default implementation of theIOFactory
interface.static class
An alternativePropertiesConfiguration.IOFactory
that tries to mimic the behavior ofProperties
(Jup) more closely.Methods in org.apache.commons.configuration2 that return PropertiesConfiguration.IOFactoryModifier and TypeMethodDescriptionPropertiesConfiguration.getIOFactory()
Gets 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.IOFactoryModifier and TypeMethodDescriptionvoid
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.IOFactoryModifier and TypeMethodDescriptionPropertiesBuilderParametersImpl.setIOFactory
(PropertiesConfiguration.IOFactory factory) PropertiesBuilderProperties.setIOFactory
(PropertiesConfiguration.IOFactory factory) Sets theIOFactory
to be used by the properties configuration object.