From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../cpptasks/apple/PropertyListSerialization.html | 236 +++++++++++++++++++++ 1 file changed, 236 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/apple/PropertyListSerialization.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/apple/PropertyListSerialization.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/apple/PropertyListSerialization.html b/site/apidocs/net/sf/antcontrib/cpptasks/apple/PropertyListSerialization.html new file mode 100644 index 0000000..c14539d --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/apple/PropertyListSerialization.html @@ -0,0 +1,236 @@ + + + + + + + +PropertyListSerialization (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.apple +
+Class PropertyListSerialization

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.apple.PropertyListSerialization
+
+
+
+
public final class PropertyListSerialization
extends java.lang.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 voidserialize(java.util.Map propertyList, + java.util.List comments, + java.io.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
+  +

+ + + + + + + + +
+Method Detail
+ +

+serialize

+
+public static void serialize(java.util.Map propertyList,
+                             java.util.List comments,
+                             java.io.File file)
+                      throws java.io.IOException,
+                             org.xml.sax.SAXException,
+                             javax.xml.transform.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: +
org.xml.sax.SAXException - if exception during serialization. +
javax.xml.transform.TransformerConfigurationException - if exception creating serializer. +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3