com.github.maven_nar.cpptasks.apple
Class PropertyListSerialization
java.lang.Object
com.github.maven_nar.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-2013. All Rights Reserved.