| Constructor and description |
|---|
TreeBranchVisitor
(RepositoryRoot repoRoot, TSuiteResult tSuiteResult)@param repoRoot |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.nio.file.FileVisitResult |
postVisitDirectory(java.nio.file.Path dir, java.io.IOException exception) |
|
java.nio.file.FileVisitResult |
preVisitDirectory(java.nio.file.Path dir, java.nio.file.attribute.BasicFileAttributes attrs) |
|
java.nio.file.FileVisitResult |
visitFile(java.nio.file.Path file, java.nio.file.attribute.BasicFileAttributes attributes) |
|
java.nio.file.FileVisitResult |
visitFileFailed(java.nio.file.Path file, java.io.IOException exc) |
| Methods inherited from class | Name |
|---|---|
class java.nio.file.SimpleFileVisitor |
java.nio.file.SimpleFileVisitor#preVisitDirectory(java.lang.Object, java.nio.file.attribute.BasicFileAttributes), java.nio.file.SimpleFileVisitor#visitFile(java.lang.Object, java.nio.file.attribute.BasicFileAttributes), java.nio.file.SimpleFileVisitor#visitFileFailed(java.lang.Object, java.io.IOException), java.nio.file.SimpleFileVisitor#postVisitDirectory(java.lang.Object, java.io.IOException), java.nio.file.SimpleFileVisitor#wait(long, int), java.nio.file.SimpleFileVisitor#wait(long), java.nio.file.SimpleFileVisitor#wait(), java.nio.file.SimpleFileVisitor#equals(java.lang.Object), java.nio.file.SimpleFileVisitor#toString(), java.nio.file.SimpleFileVisitor#hashCode(), java.nio.file.SimpleFileVisitor#getClass(), java.nio.file.SimpleFileVisitor#notify(), java.nio.file.SimpleFileVisitor#notifyAll() |