Package net.sf.antcontrib.cpptasks
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 java.lang.Object implements FileVisitor
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List
files
-
Constructor Summary
Constructors Constructor Description ProjectFileCollector(java.util.List files)
Creates a new ProjectFileCollector.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(java.io.File parentDir, java.lang.String filename)
Called for each file to be considered for collection.
-
-
-
Method Detail
-
visit
public void visit(java.io.File parentDir, java.lang.String filename)
Called for each file to be considered for collection.- Specified by:
visit
in interfaceFileVisitor
- Parameters:
parentDir
- parent directoryfilename
- filename within directory
-
-