protected class LocalDiskRepositoryManager.ProjectVisitor extends SimpleFileVisitor<Path>
Constructor and Description |
---|
LocalDiskRepositoryManager.ProjectVisitor(Path startFolder) |
Modifier and Type | Method and Description |
---|---|
FileVisitResult |
preVisitDirectory(Path dir,
BasicFileAttributes attrs) |
void |
setStartFolder(Path startFolder) |
postVisitDirectory, visitFile, visitFileFailed
public LocalDiskRepositoryManager.ProjectVisitor(Path startFolder)
public void setStartFolder(Path startFolder)
public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) throws IOException
preVisitDirectory
in interface FileVisitor<Path>
preVisitDirectory
in class SimpleFileVisitor<Path>
IOException