Class NoopPathVisitor

  • All Implemented Interfaces:
    java.nio.file.FileVisitor<java.nio.file.Path>, PathVisitor

    public class NoopPathVisitor
    extends SimplePathVisitor
    A noop path visitor.
    Since:
    2.9.0
    • Constructor Summary

      Constructors 
      Constructor Description
      NoopPathVisitor()  
    • Method Summary

      • Methods inherited from class java.nio.file.SimpleFileVisitor

        postVisitDirectory, preVisitDirectory, visitFile, visitFileFailed
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.nio.file.FileVisitor

        postVisitDirectory, preVisitDirectory, visitFile, visitFileFailed
    • Field Detail

      • INSTANCE

        public static final NoopPathVisitor INSTANCE
        The singleton instance.
    • Constructor Detail

      • NoopPathVisitor

        public NoopPathVisitor()