Class CCTask.ProjectFileCollector

java.lang.Object
net.sf.antcontrib.cpptasks.CCTask.ProjectFileCollector
All Implemented Interfaces:
FileVisitor
Enclosing class:
CCTask

private static class CCTask.ProjectFileCollector extends Object implements FileVisitor
  • Field Details

    • files

      private final List files
  • Constructor Details

    • ProjectFileCollector

      public ProjectFileCollector(List files)
      Creates a new ProjectFileCollector.
      Parameters:
      files - vector for collected files.
  • Method Details

    • visit

      public void visit(File parentDir, String filename)
      Called for each file to be considered for collection.
      Specified by:
      visit in interface FileVisitor
      Parameters:
      parentDir - parent directory
      filename - filename within directory