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 --- .../antcontrib/cpptasks/class-use/TargetInfo.html | 414 +++++++++++++++++++++ 1 file changed, 414 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html new file mode 100644 index 0000000..1aad067 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html @@ -0,0 +1,414 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.TargetInfo (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.TargetInfo

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use TargetInfo
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.appleProject writer for Apple Xcode 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return TargetInfo
+protected  TargetInfoCCTask.getLinkTarget(LinkerConfiguration linkerConfig, + java.util.Vector objectFiles, + java.util.Vector sysObjectFiles, + java.util.Hashtable compileTargets, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type TargetInfo
+ voidTargetHistoryTable.markForRebuild(TargetInfo targetInfo) + +
+           
+ booleanDependencyTable.needsRebuild(CCTask task, + TargetInfo target, + int dependencyDepth) + +
+          Determines if the specified target needs to be rebuilt.
+ voidTargetHistoryTable.update(TargetInfo linkTarget) + +
+           
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.apple
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type TargetInfo
+ voidXcodeProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type TargetInfo
+ voidCBuilderXProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type TargetInfo
+ voidLinkerConfiguration.link(CCTask task, + TargetInfo linkTarget) + +
+           
+ voidCommandLineLinkerConfiguration.link(CCTask task, + TargetInfo linkTarget) + +
+           
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type TargetInfo
+ voidVisualStudioNETProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+ voidDevStudioProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type TargetInfo
+ voidProjectDef.execute(CCTask task, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Executes the task.
+ voidProjectWriter.writeProject(java.io.File baseName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Write project definition file.
+  +

+


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