-
public final class Matchers
-
-
Method Summary
Modifier and Type Method Description static MatchercompileGlob(String glob)static booleanmatches(Matcher matcher, String str)static booleanmatches(Matcher matcher, CharSequence charSeq)-
-
Method Detail
-
compileGlob
static Matcher compileGlob(String glob)
-
matches
static boolean matches(Matcher matcher, CharSequence charSeq)
-
-
-
-