public class GwtResolver.TreeImporter extends Object implements FileVisitor<Path>
| Constructor and Description |
|---|
TreeImporter(Path source,
Path sink) |
| Modifier and Type | Method and Description |
|---|---|
FileVisitResult |
postVisitDirectory(Path dir,
IOException error) |
FileVisitResult |
preVisitDirectory(Path dir,
BasicFileAttributes attrs) |
FileVisitResult |
visitFile(Path file,
BasicFileAttributes attrs) |
FileVisitResult |
visitFileFailed(Path file,
IOException error) |
public TreeImporter(Path source, Path sink)
public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) throws IOException
preVisitDirectory in interface FileVisitor<Path>IOExceptionpublic FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException
visitFile in interface FileVisitor<Path>IOExceptionpublic FileVisitResult postVisitDirectory(Path dir, IOException error)
postVisitDirectory in interface FileVisitor<Path>public FileVisitResult visitFileFailed(Path file, IOException error)
visitFileFailed in interface FileVisitor<Path>Copyright © 2016 Nuxeo SA. All rights reserved.