public static interface JRTUtil.JrtFileVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.FileVisitResult |
visitFile(T file,
T mod,
java.nio.file.attribute.BasicFileAttributes attrs) |
java.nio.file.FileVisitResult |
visitModule(T path,
java.lang.String name)
Invoked when a root directory of a module being visited.
|
java.nio.file.FileVisitResult |
visitPackage(T dir,
T mod,
java.nio.file.attribute.BasicFileAttributes attrs) |
java.nio.file.FileVisitResult visitPackage(T dir, T mod, java.nio.file.attribute.BasicFileAttributes attrs) throws java.io.IOException
java.io.IOExceptionjava.nio.file.FileVisitResult visitFile(T file, T mod, java.nio.file.attribute.BasicFileAttributes attrs) throws java.io.IOException
java.io.IOExceptionjava.nio.file.FileVisitResult visitModule(T path, java.lang.String name) throws java.io.IOException
java.io.IOException