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() |
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 © 2018 JBoss by Red Hat. All rights reserved.