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