|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.checkstyle.parser.File
public class File
Java Bean class for a file of the Checkstyle format.
| Constructor Summary | |
|---|---|
File()
|
|
| Method Summary | |
|---|---|
void |
addError(Error violation)
Adds a new violation to this file. |
java.util.Collection<Error> |
getErrors()
Returns all violations of this file. |
java.lang.String |
getName()
Returns the name 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 addError(Error violation)
violation - the new violationpublic java.util.Collection<Error> getErrors()
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 | |||||||||