Package edu.umd.cs.findbugs.anttask
Class UnionBugs2
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
edu.umd.cs.findbugs.anttask.AbstractFindBugsTask
edu.umd.cs.findbugs.anttask.UnionBugs2
- All Implemented Interfaces:
Cloneable
An ant task that is wraps the behavior of the UnionResults executable into an
ant task.
<taskdef name="UnionBugs2" classname="edu.umd.cs.findbugs.anttask.UnionBugs2"
classpath="...">
<UnionBugs2 to="${basedir}/findbugs.xml" > <fileset dir="plugins"> <include
name="*_findbugs_partial.xml" /> </fileset> </UnionBugs>
- Ant.task:
- category="utility"
-
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, execResultProperty, FINDBUGS_JAR, RESULT_PROPERTY_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFileset(org.apache.tools.ant.types.FileSet arg) The fileset containing all the findbugs xml files that need to be mergedvoidThe File everything should get merged intoMethods inherited from class edu.umd.cs.findbugs.anttask.AbstractFindBugsTask
createClasspath, createPluginList, createSystemProperty, execute, setClasspath, setClasspathRef, setDebug, setErrorProperty, setFailOnError, setHome, setJvm, setJvmargs, setPluginList, setPluginListRef, setTimeoutMethods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
UnionBugs2
public UnionBugs2()
-
-
Method Details
-
addFileset
public void addFileset(org.apache.tools.ant.types.FileSet arg) The fileset containing all the findbugs xml files that need to be merged- Parameters:
arg- fileset containing all the findbugs xml files that need to be merged
-
setTo
The File everything should get merged into- Parameters:
arg- file everything should get merged into
-