public class Match<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WILDCARD |
static String |
WORD_WILDCARD |
public static String WORD_WILDCARD
public static String WILDCARD
public Match(String match)
public String getMatch()
public void setMatch(String match)
public Pattern getPattern()
public T getValue()
public void setValue(T value)
public static void verify(String match) throws IllegalArgumentException
match - the match to validateIllegalArgumentException - if a match isnt validCopyright © 2012 JBoss by Red Hat. All Rights Reserved.