public class FindBugsViewerTask
extends org.apache.tools.ant.Task
| Constructor | Description |
|---|---|
FindBugsViewerTask() |
Creates a new instance of FindBugsViewerTask
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.tools.ant.types.Path |
createClasspath() |
Path to use for classpath.
|
org.apache.tools.ant.types.Path |
createPluginList() |
Path to use for plugin list.
|
void |
execute() |
|
void |
setClasspathRef(org.apache.tools.ant.taskdefs.Ant.Reference r) |
Adds a reference to a classpath defined elsewhere.
|
void |
setDebug(boolean flag) |
Set the debug flag
|
void |
setHome(java.io.File homeDir) |
Set the home directory into which findbugs was installed
|
void |
setJvmargs(java.lang.String args) |
Set any specific jvm args
|
void |
setLoadbugs(java.io.File loadbugs) |
Sets the file that contains the XML output of a findbugs report.
|
void |
setLook(java.lang.String look) |
Set look.
|
void |
setPluginList(org.apache.tools.ant.types.Path src) |
the plugin list to use.
|
void |
setPluginListRef(org.apache.tools.ant.taskdefs.Ant.Reference r) |
Adds a reference to a plugin list defined elsewhere.
|
void |
setProjectFile(java.io.File projectFile) |
Set the project file
|
void |
setTimeout(long timeout) |
Set timeout in milliseconds.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic FindBugsViewerTask()
public void setLoadbugs(java.io.File loadbugs)
loadbugs - XML output from a findbugs sessionpublic void setProjectFile(java.io.File projectFile)
public void setDebug(boolean flag)
public void setJvmargs(java.lang.String args)
public void setLook(java.lang.String look)
public void setHome(java.io.File homeDir)
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.taskdefs.Ant.Reference r)
public void setPluginList(org.apache.tools.ant.types.Path src)
public org.apache.tools.ant.types.Path createPluginList()
public void setPluginListRef(org.apache.tools.ant.taskdefs.Ant.Reference r)
public void setTimeout(long timeout)
timeout - the timeoutpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.