org.sonar.core.consolidation.comments
Class SumCommentLinesService

java.lang.Object
  extended by org.sonar.core.consolidation.AbstractService
      extended by org.sonar.core.consolidation.AbstractSumService
          extended by org.sonar.core.consolidation.comments.SumCommentLinesService
All Implemented Interfaces:
Service

public class SumCommentLinesService
extends AbstractSumService


Field Summary
 
Fields inherited from class org.sonar.core.consolidation.AbstractService
log
 
Constructor Summary
SumCommentLinesService(DaoFacade dao)
           
 
Method Summary
 Metric getSumMetric()
           
 boolean shouldExecuteOn(Node node)
           
 
Methods inherited from class org.sonar.core.consolidation.AbstractSumService
execute, shouldInsertZeroIfNoMeasure
 
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

SumCommentLinesService

public SumCommentLinesService(DaoFacade dao)
Method Detail

getSumMetric

public Metric getSumMetric()
Specified by:
getSumMetric in class AbstractSumService

shouldExecuteOn

public boolean shouldExecuteOn(Node node)
Specified by:
shouldExecuteOn in interface Service
Overrides:
shouldExecuteOn in class AbstractSumService


Copyright © 2007-2008 hortis. All Rights Reserved.