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 new
Configuration objects. |
Modifier and Type | Class and Description |
---|---|
static class |
PropertiesConfiguration.DefaultIOFactory
A default implementation of the
IOFactory interface. |
static class |
PropertiesConfiguration.JupIOFactory
An alternative
PropertiesConfiguration.IOFactory that tries to mimic the behavior of
Properties (Jup) more closely. |
Modifier and Type | Method and Description |
---|---|
PropertiesConfiguration.IOFactory |
PropertiesConfiguration.getIOFactory()
Returns the
IOFactory to be used for creating readers and
writers when loading or saving this configuration. |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesConfiguration.setIOFactory(PropertiesConfiguration.IOFactory ioFactory)
Sets the
IOFactory to be used for creating readers and
writers when loading or saving this configuration. |
Modifier and Type | Method and Description |
---|---|
PropertiesBuilderParametersImpl |
PropertiesBuilderParametersImpl.setIOFactory(PropertiesConfiguration.IOFactory factory) |
T |
PropertiesBuilderProperties.setIOFactory(PropertiesConfiguration.IOFactory factory)
Sets the
IOFactory to be used by the properties configuration
object. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.