Class PropertyListSerialization
java.lang.Object
net.sf.antcontrib.cpptasks.apple.PropertyListSerialization
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
-
Method Details
-
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.comments- comments to insert into document.file- destination.- Throws:
SAXException- if exception during serialization.TransformerConfigurationException- if exception creating serializer.IOException
-