Uses of Class
org.apache.commons.configuration2.plist.PropertyListConfiguration.DateComponentParser
Packages that use PropertyListConfiguration.DateComponentParser
Package
Description
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
-
Uses of PropertyListConfiguration.DateComponentParser in org.apache.commons.configuration2.plist
Subclasses of PropertyListConfiguration.DateComponentParser in org.apache.commons.configuration2.plistModifier and TypeClassDescriptionprivate static final classA specialized date component parser implementation that deals with numeric calendar fields.private static final classA specialized date component parser implementation that deals with separator characters.private static final classA specialized date component parser implementation that deals with the time zone part of a date component.Fields in org.apache.commons.configuration2.plist declared as PropertyListConfiguration.DateComponentParserModifier and TypeFieldDescriptionprivate static final PropertyListConfiguration.DateComponentParserPropertyListConfiguration.BLANK_SEPARATOR_PARSERConstant for the separator parser for blanks between the parts.private static final PropertyListConfiguration.DateComponentParser[]PropertyListConfiguration.DATE_PARSERSAn array with the component parsers for dealing with dates.private static final PropertyListConfiguration.DateComponentParserPropertyListConfiguration.DATE_SEPARATOR_PARSERConstant for the separator parser for the date part.private static final PropertyListConfiguration.DateComponentParserPropertyListConfiguration.TIME_SEPARATOR_PARSERConstant for the separator parser for the time part.