org.sonar.plugins.javancss
Class CommentLinesJob

java.lang.Object
  extended by org.sonar.plugins.api.jobs.AbstractJob
      extended by org.sonar.plugins.api.jobs.AbstractSumChildrenJob
          extended by org.sonar.plugins.javancss.CommentLinesJob
All Implemented Interfaces:
Extension, Job

public class CommentLinesJob
extends AbstractSumChildrenJob


Constructor Summary
CommentLinesJob()
           
 
Method Summary
 Metric getMetric()
           
 boolean shouldExecuteOnEntity(Resource node)
           
protected  Language shouldExecuteOnLanguage()
           
 
Methods inherited from class org.sonar.plugins.api.jobs.AbstractSumChildrenJob
execute, shouldExecuteOnResource, shouldInsertZeroIfNoChildrenMeasures
 
Methods inherited from class org.sonar.plugins.api.jobs.AbstractJob
dependsOnJobs, dependsOnMetrics, generatesMetrics, shouldExecuteOnProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentLinesJob

public CommentLinesJob()
Method Detail

getMetric

public Metric getMetric()
Specified by:
getMetric in class AbstractSumChildrenJob

shouldExecuteOnEntity

public boolean shouldExecuteOnEntity(Resource node)

shouldExecuteOnLanguage

protected Language shouldExecuteOnLanguage()
Specified by:
shouldExecuteOnLanguage in class AbstractJob
Returns:
null if executes on all languages


Copyright © 2008 SonarSource SA. All Rights Reserved.