Package net.sf.antcontrib.cpptasks
Interface FileVisitor
-
- All Known Implementing Classes:
CCTask.ProjectFileCollector
,CCTask.SystemLibraryCollector
,ObjectFileCollector
,TargetMatcher
public interface FileVisitor
An abstract class implemented to walk over the fileset members of a ProcessorDef
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(java.io.File parentDir, java.lang.String filename)
-