Class SMBPathMatcher

  • All Implemented Interfaces:
    java.nio.file.PathMatcher

    public final class SMBPathMatcher
    extends java.lang.Object
    implements java.nio.file.PathMatcher
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.nio.file.Path path)
      Tells if given path matches this matcher's pattern
      • Methods inherited from class java.lang.Object

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

      • matches

        public boolean matches​(java.nio.file.Path path)
        Tells if given path matches this matcher's pattern
        Specified by:
        matches in interface java.nio.file.PathMatcher
        Parameters:
        path - Path that should be checked.
        Returns:
        True if path matches the pattern.