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

+ +net.sf.antcontrib.cpptasks +
+Interface FileVisitor

+
+
All Known Implementing Classes:
ObjectFileCollector, TargetMatcher
+
+
+
+
public interface FileVisitor
+ + +

+An abstract class implemented to walk over the fileset members of a + ProcessorDef +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidvisit(java.io.File parentDir, + java.lang.String filename) + +
+           
+  +

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

+visit

+
+void visit(java.io.File parentDir,
+           java.lang.String filename)
+           throws org.apache.tools.ant.BuildException
+
+
+ +
Throws: +
org.apache.tools.ant.BuildException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3