|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.checkstyle.parser.CheckStyle
public class CheckStyle
Java Bean class for a errors collection of the Checkstyle format.
| Constructor Summary | |
|---|---|
CheckStyle()
|
|
| Method Summary | |
|---|---|
void |
addFile(File file)
Adds a new file to this bug collection. |
java.util.Collection<File> |
getFiles()
Returns all files of this violations collection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckStyle()
| Method Detail |
|---|
public void addFile(File file)
file - the file to addpublic java.util.Collection<File> getFiles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||