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 classDefaultListDelimiterHandlerThe default implementation of theListDelimiterHandlerinterface.classDisabledListDelimiterHandlerA specialized implementation of theListDelimiterHandlerinterface which disables list splitting.classLegacyListDelimiterHandlerA specialized implementation ofListDelimiterHandlerwhich simulates the list delimiter handling as it was used byPropertiesConfigurationin Commons Configuration 1.x.
-