org.sonar.core.consolidation.comments
Class CommentRatioService

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

public class CommentRatioService
extends AbstractService


Field Summary
 
Fields inherited from class org.sonar.core.consolidation.AbstractService
log
 
Constructor Summary
CommentRatioService(DaoFacade dao)
           
 
Method Summary
 void execute(Node node)
           
 void init()
           
 boolean shouldExecuteOn(Node node)
           
 
Methods inherited from class org.sonar.core.consolidation.AbstractService
getDao, getMeasureKey, getMetric, getMetrics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentRatioService

public CommentRatioService(DaoFacade dao)
Method Detail

shouldExecuteOn

public boolean shouldExecuteOn(Node node)

init

public void init()
Specified by:
init in interface Service
Overrides:
init in class AbstractService

execute

public void execute(Node node)


Copyright © 2007-2008 hortis. All Rights Reserved.