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
- Author:
- Curt Arnold
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,
Map targets,
VersionInfo versionInfo)
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
Copyright © 2001-2011. All Rights Reserved.