private static class CCTask.ProjectFileCollector extends java.lang.Object implements FileVisitor
| Modifier and Type | Field and Description |
|---|---|
private java.util.List |
files |
| Constructor and Description |
|---|
ProjectFileCollector(java.util.List files)
Creates a new ProjectFileCollector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(java.io.File parentDir,
java.lang.String filename)
Called for each file to be considered for collection.
|
public ProjectFileCollector(java.util.List files)
files - vector for collected files.public void visit(java.io.File parentDir,
java.lang.String filename)
visit in interface FileVisitorparentDir - parent directoryfilename - filename within directory