org.sonar.plugins.clover
Class Clover1MavenPluginHandler

java.lang.Object
  extended by org.sonar.plugins.api.maven.AbstractMavenPluginHandler
      extended by org.sonar.plugins.clover.AbstractCloverMavenPluginHandler
          extended by org.sonar.plugins.clover.Clover1MavenPluginHandler
All Implemented Interfaces:
MavenPluginHandler

public class Clover1MavenPluginHandler
extends AbstractCloverMavenPluginHandler


Field Summary
static java.lang.String ARTIFACT_ID
           
static java.lang.String GROUP_ID
           
 
Constructor Summary
Clover1MavenPluginHandler(org.apache.commons.configuration.Configuration configuration, org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 java.lang.String getArtifactId()
           
protected  int getCloverMajorVersion()
           
 java.lang.String getGroupId()
           
protected  java.lang.String getPropKeyLicense()
           
 java.lang.String getVersion()
           
 
Methods inherited from class org.sonar.plugins.clover.AbstractCloverMavenPluginHandler
configureLicense, configureParameters, configurePlugin, getGoals, isFixedVersion, shouldStopOnFailure
 
Methods inherited from class org.sonar.plugins.api.maven.AbstractMavenPluginHandler
addRuleExtensionsDependency, configure, setConfigParameterIfNotAlreadySet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_ID

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

ARTIFACT_ID

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

Clover1MavenPluginHandler

public Clover1MavenPluginHandler(org.apache.commons.configuration.Configuration configuration,
                                 org.apache.maven.plugin.logging.Log log)
Method Detail

getGroupId

public java.lang.String getGroupId()

getArtifactId

public java.lang.String getArtifactId()

getVersion

public java.lang.String getVersion()

getPropKeyLicense

protected java.lang.String getPropKeyLicense()
Specified by:
getPropKeyLicense in class AbstractCloverMavenPluginHandler

getCloverMajorVersion

protected int getCloverMajorVersion()
Specified by:
getCloverMajorVersion in class AbstractCloverMavenPluginHandler


Copyright © 2008 SonarSource SA. All Rights Reserved.