Package org.apache.commons.configuration2.plist
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
-
Interface Summary Interface Description PropertyListParserConstants Token literal values and constants. -
Class Summary Class Description PropertyListConfiguration NeXT / OpenStep style configuration.PropertyListConfiguration.DateComponentParser A helper class for parsing and formatting date literals.PropertyListConfiguration.DateFieldParser A specialized date component parser implementation that deals with numeric calendar fields.PropertyListConfiguration.DateSeparatorParser A specialized date component parser implementation that deals with separator characters.PropertyListConfiguration.DateTimeZoneParser A specialized date component parser implementation that deals with the time zone part of a date component.PropertyListParser JavaCC based parser for the PropertyList format.PropertyListParser.JJCalls PropertyListParserTokenManager Token Manager.SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Token Describes the input token stream.XMLPropertyListConfiguration Property list file (plist) in XML FORMAT as used by macOS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).XMLPropertyListConfiguration.ArrayNodeBuilder Container for array elements.XMLPropertyListConfiguration.PListNodeBuilder A specialized builder class with addXXX methods to parse the typed data passed by the SAX handler. -
Exception Summary Exception Description ParseException This exception is thrown when parse errors are encountered. -
Error Summary Error Description PropertyListParser.LookaheadSuccess TokenMgrError Token Manager Error.