Class ObjectFileCollector

  • All Implemented Interfaces:
    FileVisitor

    public final class ObjectFileCollector
    extends java.lang.Object
    implements FileVisitor
    Collects object files for the link step.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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