GlobMatcher class
Compiles shell-style glob patterns to RegExp and matches paths.
Constructors
- GlobMatcher.compile(String pattern)
-
Compiles a glob
patterninto a GlobMatcher.factory
Properties
Methods
-
match(
String path) → bool -
Returns
trueifpathmatches this glob pattern. -
matchAll(
List< String> paths) → List<String> -
Filters
paths, returning only those that match. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited