org.sonar.plugins.core.rules
Class RespectForRulesJob

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

public class RespectForRulesJob
extends AbstractRespectJob


Constructor Summary
RespectForRulesJob()
           
RespectForRulesJob(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

RespectForRulesJob

public RespectForRulesJob()

RespectForRulesJob

public RespectForRulesJob(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.