org.sonar.plugins.core.events
Class SetAutomaticEventsJob

java.lang.Object
  extended by org.sonar.plugins.api.jobs.AbstractJob
      extended by org.sonar.plugins.core.events.SetAutomaticEventsJob
All Implemented Interfaces:
Extension, Job

public class SetAutomaticEventsJob
extends AbstractJob


Constructor Summary
SetAutomaticEventsJob()
           
 
Method Summary
 void execute(Resource resource)
           
protected  Language shouldExecuteOnLanguage()
           
 boolean shouldExecuteOnResource(Resource resource)
           
 
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

SetAutomaticEventsJob

public SetAutomaticEventsJob()
Method Detail

shouldExecuteOnLanguage

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

shouldExecuteOnResource

public boolean shouldExecuteOnResource(Resource resource)

execute

public void execute(Resource resource)


Copyright © 2008 SonarSource SA. All Rights Reserved.