Class BugMatcherType
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.MatcherType
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugMatcherType
-
public class BugMatcherType extends MatcherType
Java class for BugMatcherType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BugMatcherType"> <complexContent> <extension base="{}MatcherType"> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description BugMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()Gets the value of the category property.StringgetCode()Gets the value of the code property.StringgetPattern()Gets the value of the pattern property.voidsetCategory(String value)Sets the value of the category property.voidsetCode(String value)Sets the value of the code property.voidsetPattern(String value)Sets the value of the pattern property.
-
-
-
Method Detail
-
getCode
public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getPattern
public String getPattern()
Gets the value of the pattern property.- Returns:
- possible object is
String
-
setPattern
public void setPattern(String value)
Sets the value of the pattern property.- Parameters:
value- allowed object isString
-
getCategory
public String getCategory()
Gets the value of the category property.- Returns:
- possible object is
String
-
-