|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.pmd.model.Violation
public class Violation
Class Violation.
| Constructor Summary | |
|---|---|
Violation()
|
|
| Method Summary | |
|---|---|
int |
getBeginline()
Get the beginline field. |
String |
getFileName()
|
int |
getPriority()
Get the priority field. |
String |
getRule()
Get the rule field. |
String |
getText()
Get the text field. |
String |
getViolationClass()
Get the violationClass field. |
String |
getViolationPackage()
Get the violationPackage field. |
void |
setBeginline(int beginline)
Set the beginline field. |
void |
setFileName(String fileName)
|
void |
setPriority(int priority)
Set the priority field. |
void |
setRule(String rule)
Set the rule field. |
void |
setText(String text)
Set the text field. |
void |
setViolationClass(String violationClass)
Set the violationClass field. |
void |
setViolationPackage(String violationPackage)
Set the violationPackage field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Violation()
| Method Detail |
|---|
public int getBeginline()
public int getPriority()
public String getRule()
public String getText()
public String getViolationClass()
public String getViolationPackage()
public void setBeginline(int beginline)
beginline - public void setPriority(int priority)
priority - public void setRule(String rule)
rule - public void setText(String text)
text - public void setViolationClass(String violationClass)
violationClass - public void setViolationPackage(String violationPackage)
violationPackage - public void setFileName(String fileName)
public String getFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||