Class TargetMatcher

  • All Implemented Interfaces:
    FileVisitor

    public final class TargetMatcher
    extends java.lang.Object
    implements FileVisitor
    This class matches each visited file with an appropriate compiler
    Author:
    Curt Arnold
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visit​(java.io.File parentDir, java.lang.String filename)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • visit

        public void visit​(java.io.File parentDir,
                          java.lang.String filename)
                   throws org.apache.tools.ant.BuildException
        Specified by:
        visit in interface FileVisitor
        Throws:
        org.apache.tools.ant.BuildException