org.sonar.core.consolidation.rules
Class RciWarningService

java.lang.Object
  extended by org.sonar.core.consolidation.AbstractService
      extended by org.sonar.core.consolidation.rules.AbstractRciService
          extended by org.sonar.core.consolidation.rules.RciWarningService
All Implemented Interfaces:
Service

public class RciWarningService
extends AbstractRciService


Field Summary
 
Fields inherited from class org.sonar.core.consolidation.AbstractService
log
 
Constructor Summary
RciWarningService(DaoFacade dao)
           
 
Method Summary
protected  Metric getCountMetric()
           
protected  Metric getRciMetric()
           
 
Methods inherited from class org.sonar.core.consolidation.rules.AbstractRciService
execute, getNbLinesOfOneError, getPercentage, setNbLinesOfOneError, shouldExecuteOn
 
Methods inherited from class org.sonar.core.consolidation.AbstractService
getDao, getMeasureKey, getMetric, getMetrics, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RciWarningService

public RciWarningService(DaoFacade dao)
Method Detail

getCountMetric

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

getRciMetric

protected Metric getRciMetric()
Specified by:
getRciMetric in class AbstractRciService


Copyright © 2007-2008 hortis. All Rights Reserved.