public final class PathSourceMask extends java.lang.Object implements SourceMask
| Constructor and Description |
|---|
PathSourceMask(java.util.List<java.nio.file.PathMatcher> matchers) |
PathSourceMask(java.lang.String... syntaxAndPatternList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.nio.file.Path path) |
public PathSourceMask(java.lang.String... syntaxAndPatternList)
public PathSourceMask(java.util.List<java.nio.file.PathMatcher> matchers)
public boolean matches(java.nio.file.Path path)
matches in interface SourceMask