public interface FileVisitors
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FileVisitors.FileAction |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.file.SimpleFileVisitor<java.nio.file.Path> |
onDirectory(FileVisitors.FileAction action) |
static java.nio.file.SimpleFileVisitor<java.nio.file.Path> |
onFile(FileVisitors.FileAction action) |
static java.nio.file.SimpleFileVisitor<java.nio.file.Path> onFile(FileVisitors.FileAction action)
static java.nio.file.SimpleFileVisitor<java.nio.file.Path> onDirectory(FileVisitors.FileAction action)
Copyright © 2013. All Rights Reserved.