Package edu.umd.cs.findbugs.anttask
Class SetBugDatabaseInfoTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
edu.umd.cs.findbugs.anttask.AbstractFindBugsTask
edu.umd.cs.findbugs.anttask.SetBugDatabaseInfoTask
- All Implemented Interfaces:
Cloneable
Ant task to invoke the SetBugDatabaseInfo program in the workflow package
- Author:
- David Hovemeyer, Ben Langmead
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.umd.cs.findbugs.anttask.AbstractFindBugsTask
AbstractFindBugsTask.SystemProperty
-
Field Summary
Fields inherited from class edu.umd.cs.findbugs.anttask.AbstractFindBugsTask
DEFAULT_TIMEOUT, errorProperty, execResultProperty, FINDBUGS_JAR, RESULT_PROPERTY_SUFFIX
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBoolOption
(String option, String value) protected void
afterExecuteJavaProcess
(int rc) protected void
protected void
Check that all required attributes have been set.protected void
void
setFindSource
(String arg) void
void
void
void
setResetSource
(String arg) void
void
setSuppress
(String arg) void
setTimestamp
(String arg) void
setWithMessages
(String arg) Methods inherited from class edu.umd.cs.findbugs.anttask.AbstractFindBugsTask
addArg, createClasspath, createFindbugsEngine, createPluginList, createSystemProperty, execute, getDebug, getFindbugsEngine, setClasspath, setClasspathRef, setDebug, setErrorProperty, setFailOnError, setHome, setInputString, setJvm, setJvmargs, setPluginList, setPluginListRef, setTimeout
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
SetBugDatabaseInfoTask
public SetBugDatabaseInfoTask()
-
-
Method Details
-
setName
-
setTimestamp
-
setOutput
-
setInput
-
setSuppress
-
setSource
-
setFindSource
-
setWithMessages
-
setResetSource
-
checkParameters
protected void checkParameters()Description copied from class:AbstractFindBugsTask
Check that all required attributes have been set.- Overrides:
checkParameters
in classAbstractFindBugsTask
-
addBoolOption
-
configureFindbugsEngine
protected void configureFindbugsEngine()- Specified by:
configureFindbugsEngine
in classAbstractFindBugsTask
-
beforeExecuteJavaProcess
protected void beforeExecuteJavaProcess()- Specified by:
beforeExecuteJavaProcess
in classAbstractFindBugsTask
-
afterExecuteJavaProcess
protected void afterExecuteJavaProcess(int rc) - Overrides:
afterExecuteJavaProcess
in classAbstractFindBugsTask
-