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.
  • Field Details

    • files

      private final Vector files
    • linker

      private final Linker linker
  • Constructor Details

    • ObjectFileCollector

      public ObjectFileCollector(Linker linker, Vector files)
  • Method Details

    • 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