org.codehaus.mojo.findbugs.FindBugsInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of findbugs-maven-plugin Show documentation
Show all versions of findbugs-maven-plugin Show documentation
This Plug-In generates reports based on the FindBugs Library
//
// Generated stub from file:/Users/garvin/gitProjects/findbugs-maven-plugin/target/checkout/src/main/groovy/org/codehaus/mojo/findbugs/FindBugsInfo.groovy
//
package org.codehaus.mojo.findbugs;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
/**
* 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.
*
* @author Garvin LeClaire
* @version $Id: FindBugsInfo.groovy $
*/
public interface FindBugsInfo
{
/**
* The name of the Plug-In.
*/
java.lang.String PLUGIN_NAME = null;
/**
* The name of the property resource bundle (Filesystem).
*/
java.lang.String BUNDLE_NAME = null;
/**
* The key to get the name of the Plug-In from the bundle.
*/
java.lang.String NAME_KEY = null;
/**
* The key to get the description of the Plug-In from the bundle.
*/
java.lang.String DESCRIPTION_KEY = null;
/**
* The key to get the source directory message of the Plug-In from the bundle.
*/
java.lang.String SOURCE_ROOT_KEY = null;
/**
* The key to get the source directory message of the Plug-In from the bundle.
*/
java.lang.String TEST_SOURCE_ROOT_KEY = null;
/**
* The key to get the java source message of the Plug-In from the bundle.
*/
java.lang.String JAVA_SOURCES_KEY = null;
/**
* The regex pattern to search for java class files.
*/
java.lang.String JAVA_REGEX_PATTERN = null;
java.lang.String COMMA = null;
java.lang.String FORWARD_SLASH = null;
/**
* The character to separate URL tokens.
*/
java.lang.String URL_SEPARATOR = null;
java.lang.String BLANK = null;
java.lang.String PERIOD = null;
java.lang.Object EOL = null;
java.lang.String URL = null;
java.lang.String CLASS_SUFFIX = null;
java.lang.Object findbugsEfforts = null;
java.lang.Object findbugsThresholds = null;
java.lang.Object findbugsPriority = null;
}