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 class
A specialized date component parser implementation that deals with numeric calendar fields.private static class
A specialized date component parser implementation that deals with separator characters.private static class
A 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.DateComponentParser
PropertyListConfiguration.BLANK_SEPARATOR_PARSER
Constant for the separator parser for blanks between the parts.private static final PropertyListConfiguration.DateComponentParser[]
PropertyListConfiguration.DATE_PARSERS
An array with the component parsers for dealing with dates.private static final PropertyListConfiguration.DateComponentParser
PropertyListConfiguration.DATE_SEPARATOR_PARSER
Constant for the separator parser for the date part.private static final PropertyListConfiguration.DateComponentParser
PropertyListConfiguration.TIME_SEPARATOR_PARSER
Constant for the separator parser for the time part.