|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.pmd.parser.File
public class File
Java Bean class for a file of the PMD format.
| Constructor Summary | |
|---|---|
File()
|
|
| Method Summary | |
|---|---|
void |
addViolation(Violation violation)
Adds a new violation to this file. |
java.lang.String |
getName()
Returns the name of this file. |
java.util.Collection<Violation> |
getViolations()
Returns all violations of this file. |
void |
setName(java.lang.String name)
Sets the name of this file 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 File()
| Method Detail |
|---|
public void addViolation(Violation violation)
violation - the new violationpublic java.util.Collection<Violation> getViolations()
public java.lang.String getName()
public void setName(java.lang.String name)
name - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||