public class FindBugsViewerTask
extends Task
Constructor and Description |
---|
FindBugsViewerTask()
Creates a new instance of FindBugsViewerTask
|
Modifier and Type | Method and Description |
---|---|
Path |
createClasspath()
Path to use for classpath.
|
Path |
createPluginList()
Path to use for plugin list.
|
void |
execute() |
void |
setClasspathRef(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(Path src)
the plugin list to use.
|
void |
setPluginListRef(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.
|
public 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 Path createClasspath()
public void setClasspathRef(Reference r)
public void setPluginList(Path src)
public Path createPluginList()
public void setPluginListRef(Reference r)
public void setTimeout(long timeout)
timeout
- the timeoutpublic void execute() throws BuildException
BuildException
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.