public class WildcardMatcher
extends java.lang.Object
?
/*
wildcard expressions.
Multiple expressions can be separated with a colon (:). In this case the
expression matches if at least one part matches.Constructor | Description |
---|---|
WildcardMatcher(java.lang.String expression) |
Creates a new matcher with the given expression.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
matches(java.lang.String s) |
Matches the given string against the expressions of this matcher.
|
Copyright © 2018. All rights reserved.