|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.checkstyle.parser.Error
public class Error
Java Bean class for a violation of the Checkstyle format.
| Constructor Summary | |
|---|---|
Error()
|
|
| Method Summary | |
|---|---|
int |
getLine()
Returns the line. |
java.lang.String |
getMessage()
Returns the message. |
java.lang.String |
getSeverity()
Returns the severity. |
java.lang.String |
getSource()
Returns the source. |
void |
setLine(int line)
Sets the line to the specified value. |
void |
setMessage(java.lang.String message)
Sets the message to the specified value. |
void |
setSeverity(java.lang.String severity)
Sets the severity to the specified value. |
void |
setSource(java.lang.String source)
Sets the source 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 Error()
| Method Detail |
|---|
public java.lang.String getSource()
public void setSource(java.lang.String source)
source - the value to setpublic java.lang.String getSeverity()
public void setSeverity(java.lang.String severity)
severity - the value to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the value to setpublic int getLine()
public void setLine(int line)
line - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||