net.sf.antcontrib.cpptasks

Class ObjectFileCollector

public final class ObjectFileCollector extends Object implements FileVisitor

Collects object files for the link step.
Constructor Summary
ObjectFileCollector(Linker linker, Vector files)
Method Summary
voidvisit(File parentDir, String filename)

Constructor Detail

ObjectFileCollector

public ObjectFileCollector(Linker linker, Vector files)

Method Detail

visit

public void visit(File parentDir, String filename)
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.