net.sf.antcontrib.cpptasks.apple
Class PropertyListSerialization
java.lang.Object
net.sf.antcontrib.cpptasks.apple.PropertyListSerialization
public final class PropertyListSerialization
- extends Object
Static class that provides methods to serialize
a Map to a Cocoa XML Property List. Does not currently support
date or data elements.
Method Summary |
static void |
serialize(Map propertyList,
List comments,
File file)
Serializes a property list into a Cocoa XML Property List document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialize
public static void serialize(Map propertyList,
List comments,
File file)
throws IOException,
SAXException,
TransformerConfigurationException
- Serializes a property list into a Cocoa XML Property List document.
- Parameters:
propertyList
- property list.file
- destination.comments
- comments to insert into document.
- Throws:
SAXException
- if exception during serialization.
TransformerConfigurationException
- if exception creating serializer.
IOException
Copyright © 2001-2011. All Rights Reserved.