org.sonar.plugins.core.rules
Class RespectForOptionalRulesJob

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

public class RespectForOptionalRulesJob
extends AbstractRespectJob


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

RespectForOptionalRulesJob

public RespectForOptionalRulesJob()

RespectForOptionalRulesJob

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