Uses of Interface
org.apache.commons.configuration2.convert.ListDelimiterHandler
-
Packages that use ListDelimiterHandler 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 newConfigurationobjects.org.apache.commons.configuration2.convert This package contains interfaces and classes related to data type conversions. -
-
Uses of ListDelimiterHandler in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return ListDelimiterHandler Modifier and Type Method Description ListDelimiterHandlerPropertiesConfiguration.PropertiesWriter. getDelimiterHandler()Gets the delimiter handler for properties with multiple values.ListDelimiterHandlerAbstractConfiguration. getListDelimiterHandler()Gets theListDelimiterHandlerused by this instance.ListDelimiterHandlerSubsetConfiguration. getListDelimiterHandler()Gets theListDelimiterHandlerused by this instance.Methods in org.apache.commons.configuration2 with parameters of type ListDelimiterHandler Modifier and Type Method Description PropertiesConfiguration.PropertiesWriterPropertiesConfiguration.DefaultIOFactory. createPropertiesWriter(Writer out, ListDelimiterHandler handler)PropertiesConfiguration.PropertiesWriterPropertiesConfiguration.IOFactory. createPropertiesWriter(Writer out, ListDelimiterHandler handler)Creates aPropertiesWriterfor writing a properties file.PropertiesConfiguration.PropertiesWriterPropertiesConfiguration.JupIOFactory. createPropertiesWriter(Writer out, ListDelimiterHandler handler)voidAbstractConfiguration. setListDelimiterHandler(ListDelimiterHandler listDelimiterHandler)Sets theListDelimiterHandlerto be used by this instance.voidCompositeConfiguration. setListDelimiterHandler(ListDelimiterHandler listDelimiterHandler)Sets theListDelimiterHandlerto be used by this instance.voidSubsetConfiguration. setListDelimiterHandler(ListDelimiterHandler listDelimiterHandler)Sets theListDelimiterHandlerto be used by this instance.Constructors in org.apache.commons.configuration2 with parameters of type ListDelimiterHandler Constructor Description JupPropertiesWriter(Writer writer, ListDelimiterHandler delHandler, boolean escapeUnicode)Creates a new instance ofJupPropertiesWriter.PropertiesWriter(Writer writer, ListDelimiterHandler delHandler)Creates a new instance ofPropertiesWriter.PropertiesWriter(Writer writer, ListDelimiterHandler delHandler, ValueTransformer valueTransformer)Creates a new instance ofPropertiesWriter. -
Uses of ListDelimiterHandler in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder with parameters of type ListDelimiterHandler Modifier and Type Method Description BasicBuilderParametersBasicBuilderParameters. setListDelimiterHandler(ListDelimiterHandler handler)Sets the value of the listDelimiterHandler property.TBasicBuilderProperties. setListDelimiterHandler(ListDelimiterHandler handler)Sets the value of the listDelimiterHandler property. -
Uses of ListDelimiterHandler in org.apache.commons.configuration2.convert
Classes in org.apache.commons.configuration2.convert that implement ListDelimiterHandler Modifier and Type Class Description classAbstractListDelimiterHandlerAn abstract base class for concreteListDelimiterHandlerimplementations.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.Fields in org.apache.commons.configuration2.convert declared as ListDelimiterHandler Modifier and Type Field Description static ListDelimiterHandlerDisabledListDelimiterHandler. INSTANCEA default instance of this class.Methods in org.apache.commons.configuration2.convert that return ListDelimiterHandler Modifier and Type Method Description ListDelimiterHandlerDefaultConversionHandler. getListDelimiterHandler()Gets theListDelimiterHandlerused for extracting values from complex objects.Methods in org.apache.commons.configuration2.convert with parameters of type ListDelimiterHandler Modifier and Type Method Description voidDefaultConversionHandler. setListDelimiterHandler(ListDelimiterHandler listDelimiterHandler)Sets theListDelimiterHandlerused for extracting values from complex objects.
-