Package net.sf.antcontrib.cpptasks
Class ObjectFileCollector
- java.lang.Object
-
- net.sf.antcontrib.cpptasks.ObjectFileCollector
-
- All Implemented Interfaces:
FileVisitor
public final class ObjectFileCollector extends java.lang.Object implements FileVisitor
Collects object files for the link step.
-
-
Constructor Summary
Constructors Constructor Description ObjectFileCollector(Linker linker, java.util.Vector files)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(java.io.File parentDir, java.lang.String filename)
-
-
-
Field Detail
-
files
private final java.util.Vector files
-
linker
private final Linker linker
-
-
Constructor Detail
-
ObjectFileCollector
public ObjectFileCollector(Linker linker, java.util.Vector files)
-
-
Method Detail
-
visit
public void visit(java.io.File parentDir, java.lang.String filename) throws org.apache.tools.ant.BuildException
- Specified by:
visit
in interfaceFileVisitor
- Throws:
org.apache.tools.ant.BuildException
-
-