org.codehaus.mojo.findbugs
Interface FindBugsInfo

All Known Implementing Classes:
FindbugsReportGenerator

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 String BLANK
           
static String BUNDLE_NAME
          The name of the property resource bundle (Filesystem).
static String CLASS_SUFFIX
           
static String COMMA
           
static String DESCRIPTION_KEY
          The key to get the description of the Plug-In from the bundle.
static Object EOL
           
static Object findbugsEfforts
           
static Object findbugsPriority
           
static Object findbugsThresholds
           
static String FORWARD_SLASH
           
static String JAVA_REGEX_PATTERN
          The regex pattern to search for java class files.
static String JAVA_SOURCES_KEY
          The key to get the java source message of the Plug-In from the bundle.
static String NAME_KEY
          The key to get the name of the Plug-In from the bundle.
static String PERIOD
           
static String PLUGIN_NAME
          The name of the Plug-In.
static String SOURCE_ROOT_KEY
          The key to get the source directory message of the Plug-In from the bundle.
static String TEST_SOURCE_ROOT_KEY
          The key to get the source directory message of the Plug-In from the bundle.
static String URL
           
static String URL_SEPARATOR
          The character to separate URL tokens.
 

Field Detail

PLUGIN_NAME

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


BUNDLE_NAME

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


NAME_KEY

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


DESCRIPTION_KEY

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


SOURCE_ROOT_KEY

static final 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 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 String JAVA_SOURCES_KEY
The key to get the java source message of the Plug-In from the bundle.


JAVA_REGEX_PATTERN

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


COMMA

static final String COMMA

FORWARD_SLASH

static final String FORWARD_SLASH

URL_SEPARATOR

static final String URL_SEPARATOR
The character to separate URL tokens.


BLANK

static final String BLANK

PERIOD

static final String PERIOD

EOL

static final Object EOL

URL

static final String URL

CLASS_SUFFIX

static final String CLASS_SUFFIX

findbugsEfforts

static final Object findbugsEfforts

findbugsThresholds

static final Object findbugsThresholds

findbugsPriority

static final Object findbugsPriority


Copyright © 2005-2014 Codehaus. All Rights Reserved.