org.sonar.plugins.javascript
Class JavaScriptSquidSensor
java.lang.Object
org.sonar.plugins.javascript.JavaScriptSquidSensor
- All Implemented Interfaces:
- org.sonar.api.batch.CheckProject, org.sonar.api.batch.Sensor, org.sonar.api.BatchComponent, org.sonar.api.BatchExtension, org.sonar.api.Extension
public class JavaScriptSquidSensor
- extends Object
- implements org.sonar.api.batch.Sensor
| Fields inherited from interface org.sonar.api.batch.Sensor |
FLAG_SQUID_ANALYSIS |
|
Constructor Summary |
JavaScriptSquidSensor(org.sonar.api.profiles.RulesProfile profile,
org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory,
org.sonar.api.component.ResourcePerspectives resourcePerspectives,
org.sonar.api.scan.filesystem.ModuleFileSystem moduleFileSystem)
|
JavaScriptSquidSensor
public JavaScriptSquidSensor(org.sonar.api.profiles.RulesProfile profile,
org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory,
org.sonar.api.component.ResourcePerspectives resourcePerspectives,
org.sonar.api.scan.filesystem.ModuleFileSystem moduleFileSystem)
shouldExecuteOnProject
public boolean shouldExecuteOnProject(org.sonar.api.resources.Project project)
- Specified by:
shouldExecuteOnProject in interface org.sonar.api.batch.CheckProject
analyse
public void analyse(org.sonar.api.resources.Project project,
org.sonar.api.batch.SensorContext context)
- Specified by:
analyse in interface org.sonar.api.batch.Sensor
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.