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 --- .../sf/antcontrib/cpptasks/ide/ProjectWriter.html | 232 +++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html b/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html new file mode 100644 index 0000000..1c7d3bd --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/ide/ProjectWriter.html @@ -0,0 +1,232 @@ + + + + + + + +ProjectWriter (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.ide +
+Interface ProjectWriter

+
+
All Known Implementing Classes:
CBuilderXProjectWriter, DevStudioProjectWriter, VisualStudioNETProjectWriter, XcodeProjectWriter
+
+
+
+
public interface ProjectWriter
+ + +

+Project writer interface. +

+ +

+

+
Author:
+
curta
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidwriteProject(java.io.File baseName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Write project definition file.
+  +

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

+writeProject

+
+void writeProject(java.io.File baseName,
+                  CCTask task,
+                  ProjectDef projectDef,
+                  java.util.List files,
+                  java.util.Hashtable targets,
+                  TargetInfo linkTarget)
+                  throws java.io.IOException,
+                         org.xml.sax.SAXException
+
+
Write project definition file. +

+

+
Parameters:
baseName - File name base, writer may append appropriate extension
task - task
projectDef - project element
files - source and header files
targets - compilation targets
linkTarget - link target +
Throws: +
java.io.IOException - if I/O error is encountered +
org.xml.sax.SAXException - if I/O error during XML serialization
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3