|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.pmd.model.PmdFile
public class PmdFile
Class PmdFile.
| Constructor Summary | |
|---|---|
PmdFile()
|
|
| Method Summary | |
|---|---|
void |
addViolation(Violation violation)
Method addViolation. |
String |
getName()
Get the name field. |
List<Violation> |
getViolations()
Method getViolations. |
void |
removeViolation(Violation violation)
Method removeViolation. |
void |
setName(String name)
Set the name field. |
void |
setViolations(List<Violation> violations)
Set the violations field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PmdFile()
| Method Detail |
|---|
public void addViolation(Violation violation)
violation - public String getName()
public List<Violation> getViolations()
public void removeViolation(Violation violation)
violation - public void setName(String name)
name - public void setViolations(List<Violation> violations)
violations -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||