public static class GlobsMatcher.Matcher
extends java.lang.Object
implements java.nio.file.PathMatcher
| Constructor and Description |
|---|
Matcher(java.nio.file.FileSystem fileSystem,
java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.file.PathMatcher |
createGlob(java.nio.file.FileSystem fileSystem,
java.lang.String glob) |
boolean |
getNegate() |
java.lang.String |
getPattern() |
boolean |
matches(java.nio.file.Path path) |
java.lang.String |
toString() |
public Matcher(java.nio.file.FileSystem fileSystem,
java.lang.String pattern)
public static java.nio.file.PathMatcher createGlob(java.nio.file.FileSystem fileSystem,
java.lang.String glob)
public boolean matches(java.nio.file.Path path)
matches in interface java.nio.file.PathMatcherpublic java.lang.String getPattern()
public boolean getNegate()
public java.lang.String toString()
toString in class java.lang.Object