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 +++++++++++++++++ .../cpptasks/apple/XcodeProjectWriter.html | 280 +++++++++++++++++++++ .../apple/class-use/PropertyListSerialization.html | 141 +++++++++++ .../apple/class-use/XcodeProjectWriter.html | 141 +++++++++++ .../antcontrib/cpptasks/apple/package-frame.html | 35 +++ .../antcontrib/cpptasks/apple/package-summary.html | 175 +++++++++++++ .../sf/antcontrib/cpptasks/apple/package-tree.html | 151 +++++++++++ .../sf/antcontrib/cpptasks/apple/package-use.html | 141 +++++++++++ 8 files changed, 1300 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/apple/PropertyListSerialization.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/apple/XcodeProjectWriter.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/PropertyListSerialization.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/XcodeProjectWriter.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/apple/package-frame.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/apple/package-summary.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/apple/package-tree.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/apple/package-use.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/apple') 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. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/apple/XcodeProjectWriter.html b/site/apidocs/net/sf/antcontrib/cpptasks/apple/XcodeProjectWriter.html new file mode 100644 index 0000000..53fb9ec --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/apple/XcodeProjectWriter.html @@ -0,0 +1,280 @@ + + + + + + + +XcodeProjectWriter (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.apple.XcodeProjectWriter
+
+
+
All Implemented Interfaces:
ProjectWriter
+
+
+
+
public final class XcodeProjectWriter
extends java.lang.Object
implements ProjectWriter
+ + +

+Writes a Apple Xcode 2.1+ project directory. XCode stores project + configuration as a PropertyList. Though it will always write the project + as a Cocoa Old-Style ASCII property list, it will read projects + stored using Cocoa's XML Property List format. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
XcodeProjectWriter() + +
+          Constructor.
+  + + + + + + + + + + + +
+Method Summary
+ voidwriteProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+XcodeProjectWriter

+
+public XcodeProjectWriter()
+
+
Constructor. +

+

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

+writeProject

+
+public void writeProject(java.io.File fileName,
+                         CCTask task,
+                         ProjectDef projectDef,
+                         java.util.List sources,
+                         java.util.Hashtable targets,
+                         TargetInfo linkTarget)
+                  throws java.io.IOException
+
+
Writes a project definition file. +

+

+
Specified by:
writeProject in interface ProjectWriter
+
+
+
Parameters:
fileName - File name base, writer may append appropriate extension
task - cc task for which to write project
projectDef - project element
targets - compilation targets
linkTarget - link target
sources - source and header files +
Throws: +
java.io.IOException - if error writing project file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/PropertyListSerialization.html b/site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/PropertyListSerialization.html new file mode 100644 index 0000000..9bf51bf --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/PropertyListSerialization.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.apple.PropertyListSerialization (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

+
+No usage of net.sf.antcontrib.cpptasks.apple.PropertyListSerialization +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/XcodeProjectWriter.html b/site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/XcodeProjectWriter.html new file mode 100644 index 0000000..d083828 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/apple/class-use/XcodeProjectWriter.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.apple.XcodeProjectWriter (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.apple.XcodeProjectWriter

+
+No usage of net.sf.antcontrib.cpptasks.apple.XcodeProjectWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-frame.html b/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-frame.html new file mode 100644 index 0000000..1714bbc --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +net.sf.antcontrib.cpptasks.apple (cpptasks 1.0b5 API) + + + + + + + + + + + +net.sf.antcontrib.cpptasks.apple + + + + +
+Classes  + +
+PropertyListSerialization +
+XcodeProjectWriter
+ + + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-summary.html b/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-summary.html new file mode 100644 index 0000000..1e59212 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-summary.html @@ -0,0 +1,175 @@ + + + + + + + +net.sf.antcontrib.cpptasks.apple (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.sf.antcontrib.cpptasks.apple +

+Project writer for Apple Xcode +

+See: +
+          Description +

+ + + + + + + + + + + + + +
+Class Summary
PropertyListSerializationStatic class that provides methods to serialize + a Map to a Cocoa XML Property List.
XcodeProjectWriterWrites a Apple Xcode 2.1+ project directory.
+  + +

+

+Package net.sf.antcontrib.cpptasks.apple Description +

+ +

+Project writer for Apple Xcode +

+ +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-tree.html b/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-tree.html new file mode 100644 index 0000000..7f2f620 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-tree.html @@ -0,0 +1,151 @@ + + + + + + + +net.sf.antcontrib.cpptasks.apple Class Hierarchy (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package net.sf.antcontrib.cpptasks.apple +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-use.html b/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-use.html new file mode 100644 index 0000000..6107df9 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/apple/package-use.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Package net.sf.antcontrib.cpptasks.apple (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
net.sf.antcontrib.cpptasks.apple

+
+No usage of net.sf.antcontrib.cpptasks.apple +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3