net.sf.antcontrib.cpptasks
Class ObjectFileCollector
java.lang.Object
net.sf.antcontrib.cpptasks.ObjectFileCollector
- All Implemented Interfaces:
- FileVisitor
public final class ObjectFileCollector
- extends Object
- implements FileVisitor
Collects object files for the link step.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectFileCollector
public ObjectFileCollector(Linker linker,
Vector files)
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 Ant-Contrib Project. All Rights Reserved.