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

    Modifier and Type
    Method
    Description
    void
    visit(File parentDir, String filename)
     
  • Method Details

    • visit

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