Constructor and Description |
---|
DesignationMatcher(java.lang.String designations)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(XMLOutput xmlOutput,
java.lang.String name,
StringSetMatch matches) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
java.lang.String |
toString() |
void |
writeXML(XMLOutput xmlOutput,
boolean disabled) |
public DesignationMatcher(java.lang.String designations)
designations
- comma-separated list of designationspublic boolean match(BugInstance bugInstance)
Matcher
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void writeXML(XMLOutput xmlOutput, boolean disabled) throws java.io.IOException
public void addAttribute(XMLOutput xmlOutput, java.lang.String name, StringSetMatch matches) throws java.io.IOException
java.io.IOException
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.