public class Match<T> extends Object
| Constructor and Description |
|---|
Match(String match,
T value,
WildcardConfiguration wildcardConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMatch() |
Pattern |
getPattern() |
T |
getValue() |
int |
hashCode() |
String |
toString() |
static void |
verify(String match,
WildcardConfiguration wildcardConfiguration)
utility method to verify consistency of match
|
public Match(String match, T value, WildcardConfiguration wildcardConfiguration)
public final String getMatch()
public final Pattern getPattern()
public final T getValue()
public static void verify(String match, WildcardConfiguration wildcardConfiguration) throws IllegalArgumentException
match - the match to validateIllegalArgumentException - if a match isn't validCopyright © 2021 JBoss by Red Hat. All rights reserved.