org.sonar.plugins.javancss
Class FunctionsJob

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.FunctionsJob
All Implemented Interfaces:
Extension, Job

public class FunctionsJob
extends AbstractSumChildrenJob


Constructor Summary
FunctionsJob()
           
 
Method Summary
protected  Metric getMetric()
           
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

FunctionsJob

public FunctionsJob()
Method Detail

getMetric

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

shouldExecuteOnLanguage

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


Copyright © 2008 SonarSource SA. All Rights Reserved.