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