| Constructor and Description |
|---|
RankMatcher(String rankAsString)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
String |
toString() |
void |
writeXML(XMLOutput xmlOutput,
boolean disabled) |
public RankMatcher(String rankAsString)
rankAsString - the rank, as a StringNumberFormatException - if the rank cannot be parsedpublic boolean match(BugInstance bugInstance)
Matcherpublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML in interface MatcherIOExceptionCopyright © 2003–2015. All rights reserved.