Class SimpleFileVisitor<T>

  • All Implemented Interfaces:
    org.uberfire.java.nio.file.FileVisitor<T>

    public class SimpleFileVisitor<T>
    extends Object
    implements org.uberfire.java.nio.file.FileVisitor<T>
    • Constructor Detail

      • SimpleFileVisitor

        protected SimpleFileVisitor()
    • Method Detail

      • preVisitDirectory

        public org.uberfire.java.nio.file.FileVisitResult preVisitDirectory​(T dir,
                                                                            org.uberfire.java.nio.file.attribute.BasicFileAttributes attrs)
                                                                     throws org.uberfire.java.nio.IOException
        Specified by:
        preVisitDirectory in interface org.uberfire.java.nio.file.FileVisitor<T>
        Throws:
        org.uberfire.java.nio.IOException
      • visitFile

        public org.uberfire.java.nio.file.FileVisitResult visitFile​(T file,
                                                                    org.uberfire.java.nio.file.attribute.BasicFileAttributes attrs)
                                                             throws org.uberfire.java.nio.IOException
        Specified by:
        visitFile in interface org.uberfire.java.nio.file.FileVisitor<T>
        Throws:
        org.uberfire.java.nio.IOException
      • visitFileFailed

        public org.uberfire.java.nio.file.FileVisitResult visitFileFailed​(T file,
                                                                          org.uberfire.java.nio.IOException exc)
                                                                   throws org.uberfire.java.nio.IOException
        Specified by:
        visitFileFailed in interface org.uberfire.java.nio.file.FileVisitor<T>
        Throws:
        org.uberfire.java.nio.IOException
      • postVisitDirectory

        public org.uberfire.java.nio.file.FileVisitResult postVisitDirectory​(T dir,
                                                                             org.uberfire.java.nio.IOException exc)
                                                                      throws org.uberfire.java.nio.IOException
        Specified by:
        postVisitDirectory in interface org.uberfire.java.nio.file.FileVisitor<T>
        Throws:
        org.uberfire.java.nio.IOException