All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.mojo.findbugs.FindBugsInfo Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
//
// 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy