Package org.apache.commons.configuration.plist

Configuration classes supporting NeXT / OpenStep style configuration.

See:
          Description

Class Summary
PropertyListConfiguration NeXT / OpenStep style configuration. (http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Concepts/OldStylePListsConcept.html) Example: { foo = "bar"; array = ( value1, value2, value3 ); data = <4f3e0145ab>; nested = { key1 = value1; key2 = value; nested = { foo = bar } } }
XMLPropertyListConfiguration Mac OS X configuration file (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 Digester.
 

Package org.apache.commons.configuration.plist Description

Configuration classes supporting NeXT / OpenStep style configuration.

$Id: package.html 353877 2005-12-04 17:33:34Z oheger $



Copyright © 2001-2005 The Apache Software Foundation. All Rights Reserved.