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

public class SetBugDatabaseInfoTask extends AbstractFindBugsTask
Ant task to invoke the SetBugDatabaseInfo program in the workflow package
  • Field Details

    • outputFile

      private String outputFile
    • name

      private String name
    • timestamp

      private String timestamp
    • source

      private String source
    • findSource

      private String findSource
    • suppress

      private String suppress
    • withMessages

      private String withMessages
    • resetSource

      private String resetSource
    • inputFile

      private String inputFile
  • Constructor Details

    • SetBugDatabaseInfoTask

      public SetBugDatabaseInfoTask()
  • Method Details