org.sonar.api.batch
Class AbstractCoverageExtension

java.lang.Object
  extended by org.sonar.api.batch.AbstractCoverageExtension
All Implemented Interfaces:
CoverageExtension, BatchComponent, BatchExtension, Extension

Deprecated. since 2.6 was superseded by interface CoverageExtension

@Deprecated
public abstract class AbstractCoverageExtension
extends Object
implements CoverageExtension

This class implements the management of the code coverage engine if there are several. It is a pre-implementation for Sensors and Decorators

Since:
1.10

Field Summary
static String DEFAULT_PLUGIN
          Deprecated. The default value for the code coverage plugin
static String PARAM_PLUGIN
          Deprecated. The plugin key to retrieve the coverage engine to be used
 
Constructor Summary
AbstractCoverageExtension()
          Deprecated.  
 
Method Summary
 boolean shouldExecuteOnProject(Project project)
          Deprecated. Whether to implement the extension on the project
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_PLUGIN

public static final String PARAM_PLUGIN
Deprecated. 
The plugin key to retrieve the coverage engine to be used

See Also:
Constant Field Values

DEFAULT_PLUGIN

public static final String DEFAULT_PLUGIN
Deprecated. 
The default value for the code coverage plugin

See Also:
Constant Field Values
Constructor Detail

AbstractCoverageExtension

public AbstractCoverageExtension()
Deprecated. 
Method Detail

shouldExecuteOnProject

public boolean shouldExecuteOnProject(Project project)
Deprecated. 
Whether to implement the extension on the project



Copyright © 2009-2014 SonarSource. All Rights Reserved.