Package ch.pontius.nio.smb
Class SMBPathMatcher
- java.lang.Object
-
- ch.pontius.nio.smb.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 booleanmatches(java.nio.file.Path path)Tells if given path matches this matcher's pattern
-