org.codehaus.mojo.findbugs
Interface FindBugsInfo

All Known Implementing Classes:
FindBugsMojo, FindbugsReportGenerator, FindbugsViolationCheckMojo, XDocsReporter

public interface FindBugsInfo

Generates a FindBugs Report when the site plugin is run. The HTML report is generated for site commands only. To see more documentation about FindBugs' options, please see the FindBugs Manual.

Version:
$Id: FindBugsInfo.groovy $
Author:
Garvin LeClaire

Field Summary
static java.lang.String BUNDLE_NAME
          The name of the property resource bundle (Filesystem).
static java.lang.String DESCRIPTION_KEY
          The key to get the description of the Plug-In from the bundle.
static java.lang.Object findbugsEfforts
           
static java.lang.Object findbugsPriority
           
static java.lang.Object findbugsThresholds
           
static java.lang.String JAVA_REGEX_PATTERN
          The regex pattern to search for java class files.
static java.lang.String JAVA_SOURCES_KEY
          The key to get the java source message of the Plug-In from the bundle.
static java.lang.String NAME_KEY
          The key to get the name of the Plug-In from the bundle.
static java.lang.String PLUGIN_NAME
          The name of the Plug-In.
static java.lang.String SOURCE_ROOT_KEY
          The key to get the source directory message of the Plug-In from the bundle.
static java.lang.String TEST_SOURCE_ROOT_KEY
          The key to get the source directory message of the Plug-In from the bundle.
 

Field Detail

PLUGIN_NAME

static final java.lang.String PLUGIN_NAME
The name of the Plug-In.


BUNDLE_NAME

static final java.lang.String BUNDLE_NAME
The name of the property resource bundle (Filesystem).


NAME_KEY

static final java.lang.String NAME_KEY
The key to get the name of the Plug-In from the bundle.


DESCRIPTION_KEY

static final java.lang.String DESCRIPTION_KEY
The key to get the description of the Plug-In from the bundle.


SOURCE_ROOT_KEY

static final java.lang.String SOURCE_ROOT_KEY
The key to get the source directory message of the Plug-In from the bundle.


TEST_SOURCE_ROOT_KEY

static final java.lang.String TEST_SOURCE_ROOT_KEY
The key to get the source directory message of the Plug-In from the bundle.


JAVA_SOURCES_KEY

static final java.lang.String JAVA_SOURCES_KEY
The key to get the java source message of the Plug-In from the bundle.


JAVA_REGEX_PATTERN

static final java.lang.String JAVA_REGEX_PATTERN
The regex pattern to search for java class files.


findbugsEfforts

static final java.lang.Object findbugsEfforts

findbugsThresholds

static final java.lang.Object findbugsThresholds

findbugsPriority

static final java.lang.Object findbugsPriority


Copyright © 2005-2011 Codehaus. All Rights Reserved.