Uses of Class
org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
Package
Description
This package contains interfaces and classes related to data type conversions.
-
Uses of AbstractListDelimiterHandler in org.apache.commons.configuration2.convert
Modifier and TypeClassDescriptionclass
The default implementation of theListDelimiterHandler
interface.class
A specialized implementation of theListDelimiterHandler
interface which disables list splitting.class
A specialized implementation ofListDelimiterHandler
which simulates the list delimiter handling as it was used byPropertiesConfiguration
in Commons Configuration 1.x.