org.sonar.plugins.googleanalytics
Class GoogleAnalyticsPlugin

java.lang.Object
  extended by org.sonar.plugins.googleanalytics.GoogleAnalyticsPlugin
All Implemented Interfaces:
Plugin

public class GoogleAnalyticsPlugin
extends java.lang.Object
implements Plugin


Field Summary
static java.lang.String PLUGIN_KEY
           
static java.lang.String PROP_DEFAULT_VALUE_ACCOUNT
           
static java.lang.String PROP_KEY_ACCOUNT
           
 
Constructor Summary
GoogleAnalyticsPlugin()
           
 
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
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_KEY_ACCOUNT

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

PROP_DEFAULT_VALUE_ACCOUNT

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

PLUGIN_KEY

public static final java.lang.String PLUGIN_KEY
See Also:
Constant Field Values
Constructor Detail

GoogleAnalyticsPlugin

public GoogleAnalyticsPlugin()
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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008 SonarSource SA. All Rights Reserved.