|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.Pattern
public class Pattern
Bug pattern describing a bug type.
| Constructor Summary | |
|---|---|
Pattern()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description. |
String |
getShortDescription()
Returns the shortDescription. |
String |
getType()
Returns the type. |
void |
setDescription(String description)
Sets the description to the specified value. |
void |
setShortDescription(String shortDescription)
Sets the shortDescription to the specified value. |
void |
setType(String type)
Sets the type to the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pattern()
| Method Detail |
|---|
public void setType(String type)
type - the value to setpublic String getType()
public void setDescription(String description)
description - the value to setpublic String getDescription()
public void setShortDescription(String shortDescription)
shortDescription - the value to setpublic String getShortDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||