org.sonar.plugins.findbugs
Class FindbugsConstants

java.lang.Object
  extended by org.sonar.plugins.findbugs.FindbugsConstants

public final class FindbugsConstants
extends Object


Field Summary
static String EXCLUDES_FILTERS_PROPERTY
           
static boolean GENERATE_XML_DEFAULT_VALUE
           
static String GENERATE_XML_KEY
           
static String PLUGIN_KEY
           
static String PLUGIN_NAME
           
static String REPOSITORY_KEY
           
static String REPOSITORY_NAME
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_KEY

public static final String REPOSITORY_KEY
See Also:
Constant Field Values

REPOSITORY_NAME

public static final String REPOSITORY_NAME
See Also:
Constant Field Values

PLUGIN_NAME

public static final String PLUGIN_NAME
See Also:
Constant Field Values

PLUGIN_KEY

public static final String PLUGIN_KEY
See Also:
Constant Field Values

GENERATE_XML_KEY

public static final String GENERATE_XML_KEY
Since:
2.4
See Also:
Constant Field Values

GENERATE_XML_DEFAULT_VALUE

public static final boolean GENERATE_XML_DEFAULT_VALUE
See Also:
Constant Field Values

EXCLUDES_FILTERS_PROPERTY

public static final String EXCLUDES_FILTERS_PROPERTY
Since:
2.10
See Also:
Constant Field Values


Copyright © 2009-2012 SonarSource. All Rights Reserved.