org.sonar.plugins.clover
Class CloverMavenPlugin

java.lang.Object
  extended by org.sonar.plugins.clover.CloverMavenPlugin

public class CloverMavenPlugin
extends java.lang.Object


Constructor Summary
CloverMavenPlugin(MavenPlugin plugin, int version, java.lang.String licenseKey, org.apache.maven.plugin.logging.Log log, org.apache.commons.configuration.Configuration configuration)
           
 
Method Summary
protected  java.lang.String getLicenseKey()
           
 java.lang.String getOrCreateLicensePath(MavenPom pom)
           
 MavenPlugin getPlugin()
           
protected  int getVersion()
           
 boolean isLocalLicenseContentExisting()
           
protected  void setPlugin(MavenPlugin plugin)
           
 boolean shouldBeExecuted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloverMavenPlugin

public CloverMavenPlugin(MavenPlugin plugin,
                         int version,
                         java.lang.String licenseKey,
                         org.apache.maven.plugin.logging.Log log,
                         org.apache.commons.configuration.Configuration configuration)
Method Detail

shouldBeExecuted

public boolean shouldBeExecuted()

isLocalLicenseContentExisting

public boolean isLocalLicenseContentExisting()

getOrCreateLicensePath

public java.lang.String getOrCreateLicensePath(MavenPom pom)

getPlugin

public MavenPlugin getPlugin()

setPlugin

protected void setPlugin(MavenPlugin plugin)

getLicenseKey

protected java.lang.String getLicenseKey()

getVersion

protected int getVersion()


Copyright © 2008 SonarSource SA. All Rights Reserved.