Package org.apache.commons.configuration.plist

Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.

See:
          Description

Interface Summary
PropertyListParserConstants  
 

Class Summary
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  
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 Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
XMLPropertyListConfiguration.ArrayNode Container for array elements.
XMLPropertyListConfiguration.PListNode Node extension with addXXX methods to parse the typed data passed by the SAX handler.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
PropertyListParser.LookaheadSuccess  
TokenMgrError  
 

Package org.apache.commons.configuration.plist Description

Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.

$Id: package.html 527436 2007-04-11 09:57:29Z ebourg $