org.sonar.plugins.pmd
Class PmdConstants

java.lang.Object
  extended by org.sonar.plugins.pmd.PmdConstants

public final class PmdConstants
extends Object


Field Summary
static String PLUGIN_KEY
           
static String PLUGIN_NAME
           
static String REPOSITORY_KEY
           
static String REPOSITORY_NAME
           
static String XPATH_CLASS
           
static String XPATH_EXPRESSION_PARAM
           
static String XPATH_MESSAGE_PARAM
           
 
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

XPATH_CLASS

public static final String XPATH_CLASS
See Also:
Constant Field Values

XPATH_EXPRESSION_PARAM

public static final String XPATH_EXPRESSION_PARAM
See Also:
Constant Field Values

XPATH_MESSAGE_PARAM

public static final String XPATH_MESSAGE_PARAM
See Also:
Constant Field Values


Copyright © 2009-2012 SonarSource. All Rights Reserved.