net.sf.antcontrib.cpptasks
Class ObjectFileCollector

java.lang.Object
  extended by 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
ObjectFileCollector(Linker linker, java.util.Vector files)
           
 
Method Summary
 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
 

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 interface FileVisitor
Throws:
org.apache.tools.ant.BuildException


Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.