public interface PathMatcher extends PathMatcher
Path
s.Modifier and Type | Method and Description |
---|---|
String |
getPathOrGlob()
Returns a path or glob pattern identifying paths that should be matched by this matcher.
|
com.google.common.collect.ImmutableList<?> |
toWatchmanMatchQuery(Set<Capability> capabilities)
Transforms this matcher into a Watchman match query arguments matching the same set of paths as
this matcher.
|
matches
com.google.common.collect.ImmutableList<?> toWatchmanMatchQuery(Set<Capability> capabilities)
String getPathOrGlob()