public interface FindBugsInfo
Modifier and Type | Field and Description |
---|---|
static String |
BUNDLE_NAME
The name of the property resource bundle (Filesystem).
|
static String |
DESCRIPTION_KEY
The key to get the description of the Plug-In from the bundle.
|
static Object |
findbugsEfforts |
static Object |
findbugsPriority |
static Object |
findbugsThresholds |
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 |
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 final String PLUGIN_NAME
static final String BUNDLE_NAME
static final String NAME_KEY
static final String DESCRIPTION_KEY
static final String SOURCE_ROOT_KEY
static final String TEST_SOURCE_ROOT_KEY
static final String JAVA_SOURCES_KEY
static final String JAVA_REGEX_PATTERN
static final Object findbugsEfforts
static final Object findbugsThresholds
static final Object findbugsPriority
Copyright © 2005-2012 Codehaus. All Rights Reserved.