|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.findbugs.JavaProject
public class JavaProject
| Constructor Summary | |
|---|---|
JavaProject()
|
|
| Method Summary | |
|---|---|
void |
addModule(Module module)
|
java.util.Collection<Module> |
getModules()
|
int |
getNumberOfWarnings()
|
int |
getNumberOfWarnings(java.lang.String packageName)
Returns the number of warnings of the specified package. |
java.util.Collection<Warning> |
getWarnings(java.lang.String packageName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaProject()
| Method Detail |
|---|
public final void addModule(Module module)
public java.util.Collection<Module> getModules()
public int getNumberOfWarnings()
public int getNumberOfWarnings(java.lang.String packageName)
packageName - the package to return the warnings for
public java.util.Collection<Warning> getWarnings(java.lang.String packageName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||