public class SimpleFileVisitor<T> extends Object implements org.uberfire.java.nio.file.FileVisitor<T>
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleFileVisitor() |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.java.nio.file.FileVisitResult |
postVisitDirectory(T dir,
org.uberfire.java.nio.IOException exc) |
org.uberfire.java.nio.file.FileVisitResult |
preVisitDirectory(T dir,
org.uberfire.java.nio.file.attribute.BasicFileAttributes attrs) |
org.uberfire.java.nio.file.FileVisitResult |
visitFile(T file,
org.uberfire.java.nio.file.attribute.BasicFileAttributes attrs) |
org.uberfire.java.nio.file.FileVisitResult |
visitFileFailed(T file,
org.uberfire.java.nio.IOException exc) |
public org.uberfire.java.nio.file.FileVisitResult preVisitDirectory(T dir, org.uberfire.java.nio.file.attribute.BasicFileAttributes attrs) throws org.uberfire.java.nio.IOException
preVisitDirectory in interface org.uberfire.java.nio.file.FileVisitor<T>org.uberfire.java.nio.IOExceptionpublic org.uberfire.java.nio.file.FileVisitResult visitFile(T file, org.uberfire.java.nio.file.attribute.BasicFileAttributes attrs) throws org.uberfire.java.nio.IOException
visitFile in interface org.uberfire.java.nio.file.FileVisitor<T>org.uberfire.java.nio.IOExceptionpublic org.uberfire.java.nio.file.FileVisitResult visitFileFailed(T file, org.uberfire.java.nio.IOException exc) throws org.uberfire.java.nio.IOException
visitFileFailed in interface org.uberfire.java.nio.file.FileVisitor<T>org.uberfire.java.nio.IOExceptionpublic org.uberfire.java.nio.file.FileVisitResult postVisitDirectory(T dir, org.uberfire.java.nio.IOException exc) throws org.uberfire.java.nio.IOException
postVisitDirectory in interface org.uberfire.java.nio.file.FileVisitor<T>org.uberfire.java.nio.IOExceptionCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.