net.sf.antcontrib.cpptasks
Class TargetMatcher
java.lang.Object
net.sf.antcontrib.cpptasks.TargetMatcher
- All Implemented Interfaces:
- FileVisitor
public final class TargetMatcher
- extends Object
- implements FileVisitor
This class matches each visited file with an appropriate compiler
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetMatcher
public TargetMatcher(CCTask task,
File outputDir,
ProcessorConfiguration[] processors,
LinkerConfiguration linker,
Vector objectFiles,
Hashtable targets)
visit
public void visit(File parentDir,
String filename)
throws org.apache.tools.ant.BuildException
- Specified by:
visit
in interface FileVisitor
- Throws:
org.apache.tools.ant.BuildException