Package edu.umd.cs.findbugs.anttask
Class UnionBugs
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- edu.umd.cs.findbugs.anttask.UnionBugs
-
- All Implemented Interfaces:
java.lang.Cloneable
@Deprecated public class UnionBugs extends org.apache.tools.ant.TaskDeprecated.An ant task that is wraps the behavior of the UnionResults executable into an ant task.- Version:
- 1.0
- Author:
- Peter Franza pfranza@gmail.com
-
-
Constructor Summary
Constructors Constructor Description UnionBugs()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddFileset(org.apache.tools.ant.types.FileSet arg)Deprecated.The fileset containing all the findbugs xml files that need to be mergedvoidexecute()Deprecated.voidsetTo(java.lang.String file)Deprecated.The File everything should get merged into-
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
-
-
-
-
Method Detail
-
addFileset
public void addFileset(org.apache.tools.ant.types.FileSet arg)
Deprecated.The fileset containing all the findbugs xml files that need to be merged- Parameters:
arg-
-
setTo
public void setTo(java.lang.String file)
Deprecated.The File everything should get merged into- Parameters:
file-
-
execute
public void execute() throws org.apache.tools.ant.BuildExceptionDeprecated.- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-
-