Class PathMatchers.NonHiddenMatcher

  • All Implemented Interfaces:
    java.nio.file.PathMatcher
    Enclosing class:
    PathMatchers

    private static class PathMatchers.NonHiddenMatcher
    extends java.lang.Object
    implements java.nio.file.PathMatcher
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NonHiddenMatcher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NonHiddenMatcher

        private NonHiddenMatcher()
    • Method Detail

      • matches

        public boolean matches​(java.nio.file.Path path)
        Specified by:
        matches in interface java.nio.file.PathMatcher