org.sonar.plugins.core.rules
Class RespectForMandatoryRulesJob

java.lang.Object
  extended by org.sonar.plugins.core.rules.AbstractRespectJob
      extended by org.sonar.plugins.core.rules.RespectForMandatoryRulesJob
All Implemented Interfaces:
Extension, Job

public class RespectForMandatoryRulesJob
extends AbstractRespectJob


Constructor Summary
RespectForMandatoryRulesJob()
           
RespectForMandatoryRulesJob(org.apache.commons.configuration.Configuration configuration)
           
 
Method Summary
protected  Metric getCountMetric()
           
protected  Metric getRespectMetric()
           
 
Methods inherited from class org.sonar.plugins.core.rules.AbstractRespectJob
dependsOnJobs, dependsOnMetrics, execute, generatesMetrics, getNbLinesForOneError, getValue, setNbLinesForOneError, shouldExecuteOnProject, shouldExecuteOnResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RespectForMandatoryRulesJob

public RespectForMandatoryRulesJob()

RespectForMandatoryRulesJob

public RespectForMandatoryRulesJob(org.apache.commons.configuration.Configuration configuration)
Method Detail

getCountMetric

protected Metric getCountMetric()
Specified by:
getCountMetric in class AbstractRespectJob

getRespectMetric

protected Metric getRespectMetric()
Specified by:
getRespectMetric in class AbstractRespectJob


Copyright © 2008 SonarSource SA. All Rights Reserved.