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
 void visit(File parentDir, String filename)
           
 

Method Detail

visit

void visit(File parentDir,
           String filename)
           throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException


Copyright © 2001-2011. All Rights Reserved.