|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.parser.maven.File
public class File
Java Bean class for a file of the maven FindBugs format.
| Constructor Summary | |
|---|---|
File()
|
|
| Method Summary | |
|---|---|
void |
addBugInstance(BugInstance bugInstance)
Adds a new bug instance to this class. |
boolean |
equals(java.lang.Object obj)
|
java.util.Collection<BugInstance> |
getBugInstances()
Returns all bug instances of this file. |
java.lang.String |
getClassname()
Returns the class name. |
int |
hashCode()
|
void |
setClassname(java.lang.String classname)
Sets the class name to the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public File()
| Method Detail |
|---|
public void addBugInstance(BugInstance bugInstance)
bugInstance - the new bug instancepublic java.util.Collection<BugInstance> getBugInstances()
public java.lang.String getClassname()
public void setClassname(java.lang.String classname)
classname - the value to setpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||