org.sonar.plugins.clover
Class CloverPlugin

java.lang.Object
  extended by org.sonar.plugins.clover.CloverPlugin
All Implemented Interfaces:
Plugin

public class CloverPlugin
extends java.lang.Object
implements Plugin


Field Summary
static short DEFAULT_VERSION_VALUE
           
static java.lang.String PROP_DEFAULT_VERSION
           
static java.lang.String PROP_KEY_LICENSE_1
           
static java.lang.String PROP_KEY_LICENSE_2
           
 
Constructor Summary
CloverPlugin()
           
 
Method Summary
 java.lang.String getDescription()
          description of the plugin, can contains html or ruby code
 java.util.List<java.lang.Class<? extends Extension>> getExtensions()
           
 java.lang.String getKey()
          unique key within sonar providers
 java.lang.String getName()
          descriptive name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_KEY_LICENSE_1

public static final java.lang.String PROP_KEY_LICENSE_1
See Also:
Constant Field Values

PROP_KEY_LICENSE_2

public static final java.lang.String PROP_KEY_LICENSE_2
See Also:
Constant Field Values

PROP_DEFAULT_VERSION

public static final java.lang.String PROP_DEFAULT_VERSION
See Also:
Constant Field Values

DEFAULT_VERSION_VALUE

public static final short DEFAULT_VERSION_VALUE
See Also:
Constant Field Values
Constructor Detail

CloverPlugin

public CloverPlugin()
Method Detail

getKey

public java.lang.String getKey()
Description copied from interface: Plugin
unique key within sonar providers

Specified by:
getKey in interface Plugin

getName

public java.lang.String getName()
Description copied from interface: Plugin
descriptive name

Specified by:
getName in interface Plugin

getDescription

public java.lang.String getDescription()
Description copied from interface: Plugin
description of the plugin, can contains html or ruby code

Specified by:
getDescription in interface Plugin

getExtensions

public java.util.List<java.lang.Class<? extends Extension>> getExtensions()
Specified by:
getExtensions in interface Plugin


Copyright © 2008 SonarSource SA. All Rights Reserved.