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. |
org.apache.commons.configuration2.convert |
This package contains interfaces and classes related to data type conversions.
|
Modifier and Type | Method and Description |
---|---|
ListDelimiterHandler |
PropertiesConfiguration.PropertiesWriter.getDelimiterHandler()
Returns the delimiter handler for properties with multiple values.
|
ListDelimiterHandler |
SubsetConfiguration.getListDelimiterHandler()
Returns the
ListDelimiterHandler used by this instance. |
ListDelimiterHandler |
AbstractConfiguration.getListDelimiterHandler()
Returns the
ListDelimiterHandler used by this instance. |
Modifier and Type | Method and Description |
---|---|
PropertiesConfiguration.PropertiesWriter |
PropertiesConfiguration.IOFactory.createPropertiesWriter(Writer out,
ListDelimiterHandler handler)
Creates a
PropertiesWriter for writing a properties
file. |
PropertiesConfiguration.PropertiesWriter |
PropertiesConfiguration.DefaultIOFactory.createPropertiesWriter(Writer out,
ListDelimiterHandler handler) |
PropertiesConfiguration.PropertiesWriter |
PropertiesConfiguration.JupIOFactory.createPropertiesWriter(Writer out,
ListDelimiterHandler handler) |
void |
CompositeConfiguration.setListDelimiterHandler(ListDelimiterHandler listDelimiterHandler)
Sets the
ListDelimiterHandler to be used by this instance. |
void |
SubsetConfiguration.setListDelimiterHandler(ListDelimiterHandler listDelimiterHandler)
Sets the
ListDelimiterHandler to be used by this instance. |
void |
AbstractConfiguration.setListDelimiterHandler(ListDelimiterHandler listDelimiterHandler)
Sets the
ListDelimiterHandler to be used by this instance. |
Constructor and Description |
---|
JupPropertiesWriter(Writer writer,
ListDelimiterHandler delHandler,
boolean escapeUnicode)
Creates a new instance of
JupPropertiesWriter . |
PropertiesWriter(Writer writer,
ListDelimiterHandler delHandler)
Creates a new instance of
PropertiesWriter . |
PropertiesWriter(Writer writer,
ListDelimiterHandler delHandler,
ValueTransformer valueTransformer)
Creates a new instance of
PropertiesWriter . |
Modifier and Type | Method and Description |
---|---|
BasicBuilderParameters |
BasicBuilderParameters.setListDelimiterHandler(ListDelimiterHandler handler)
Sets the value of the listDelimiterHandler property.
|
T |
BasicBuilderProperties.setListDelimiterHandler(ListDelimiterHandler handler)
Sets the value of the listDelimiterHandler property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListDelimiterHandler
An abstract base class for concrete
ListDelimiterHandler
implementations. |
class |
DefaultListDelimiterHandler
The default implementation of the
ListDelimiterHandler interface. |
class |
DisabledListDelimiterHandler
A specialized implementation of the
ListDelimiterHandler interface
which disables list splitting. |
class |
LegacyListDelimiterHandler
A specialized implementation of
ListDelimiterHandler which simulates
the list delimiter handling as it was used by PropertiesConfiguration
in Commons Configuration 1.x. |
Modifier and Type | Field and Description |
---|---|
static ListDelimiterHandler |
DisabledListDelimiterHandler.INSTANCE
A default instance of this class.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.