public final class PropertyListSerialization extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
serialize(Map propertyList,
List comments,
File file)
Serializes a property list into a Cocoa XML Property List document.
|
public static void serialize(Map propertyList, List comments, File file) throws IOException, SAXException, TransformerConfigurationException
propertyList - property list.file - destination.comments - comments to insert into document.SAXException - if exception during serialization.TransformerConfigurationException - if exception creating serializer.IOExceptionCopyright © 2005-2016 NAR Maven Plugin developers. All Rights Reserved.