org.sonar.core.consolidation.rules
Class RciErrorService

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.RciErrorService
All Implemented Interfaces:
Service

public class RciErrorService
extends AbstractRciService


Field Summary
 
Fields inherited from class org.sonar.core.consolidation.AbstractService
log
 
Constructor Summary
RciErrorService(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

RciErrorService

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