Modifier and Type | Method and Description |
---|---|
boolean |
matches(CharSequence seq) |
boolean |
test(String value) |
static Function<String,Predicate<String>> |
toGlobPredicate() |
static Collection<Predicate<String>> |
toGlobPredicates(Collection<String> globs) |
String |
toString() |
public Glob(String glob)
public boolean matches(CharSequence seq)
public static Collection<Predicate<String>> toGlobPredicates(Collection<String> globs)
Copyright © 2021 org.pitest. All rights reserved.