Uses of Interface
org.apache.commons.configuration2.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
Modifier and TypeClassDescriptionstatic class
A default implementation of theIOFactory
interface.static class
An alternativePropertiesConfiguration.IOFactory
that tries to mimic the behavior ofProperties
(Jup) more closely.Modifier and TypeMethodDescriptionPropertiesConfiguration.getIOFactory()
Gets theIOFactory
to be used for creating readers and writers when loading or saving this configuration.Modifier 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
Modifier and TypeMethodDescriptionPropertiesBuilderParametersImpl.setIOFactory
(PropertiesConfiguration.IOFactory factory) PropertiesBuilderProperties.setIOFactory
(PropertiesConfiguration.IOFactory factory) Sets theIOFactory
to be used by the properties configuration object.