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 Detail

      • visit

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