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

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

+
+ + + + + + + + + + + + + +
+Packages that use DependencyInfo
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return DependencyInfo
+ DependencyInfoDependencyTable.getDependencyInfo(java.lang.String sourceRelativeName, + java.lang.String includePathIdentifier) + +
+          This method returns a DependencyInfo for the specific source file and + include path identifier
+ DependencyInfoDependencyTable.parseIncludes(CCTask task, + CompilerConfiguration compiler, + java.io.File source) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type DependencyInfo
+abstract  booleanDependencyTable.DependencyVisitor.preview(DependencyInfo parent, + DependencyInfo[] children) + +
+          Previews all the children of this source file.
+abstract  booleanDependencyTable.DependencyVisitor.preview(DependencyInfo parent, + DependencyInfo[] children) + +
+          Previews all the children of this source file.
+ booleanDependencyTable.TimestampChecker.preview(DependencyInfo parent, + DependencyInfo[] children) + +
+           
+ booleanDependencyTable.TimestampChecker.preview(DependencyInfo parent, + DependencyInfo[] children) + +
+           
+abstract  booleanDependencyTable.DependencyVisitor.visit(DependencyInfo dependInfo) + +
+          Visits the dependency info.
+ booleanDependencyTable.TimestampChecker.visit(DependencyInfo dependInfo) + +
+           
+ voidDependencyTable.walkDependencies(CCTask task, + DependencyInfo dependInfo, + CompilerConfiguration compiler, + DependencyInfo[] stack, + DependencyTable.DependencyVisitor visitor) + +
+           
+ voidDependencyTable.walkDependencies(CCTask task, + DependencyInfo dependInfo, + CompilerConfiguration compiler, + DependencyInfo[] stack, + DependencyTable.DependencyVisitor visitor) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return DependencyInfo
+ DependencyInfoCompilerConfiguration.parseIncludes(CCTask task, + java.io.File baseDir, + java.io.File source) + +
+           
+ DependencyInfoCommandLineCompilerConfiguration.parseIncludes(CCTask task, + java.io.File baseDir, + java.io.File source) + +
+           
+ DependencyInfoAbstractCompiler.parseIncludes(CCTask task, + java.io.File source, + java.io.File[] includePath, + java.io.File[] sysIncludePath, + java.io.File[] envIncludePath, + java.io.File baseDir, + java.lang.String includePathIdentifier) + +
+          Returns dependency info for the specified source file
+  +

+


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