Uses of Interface
org.sonar.api.batch.sensor.SensorContext

Packages that use SensorContext
org.sonar.api.batch.sensor   
org.sonar.xoo.checks   
org.sonar.xoo.lang   
org.sonar.xoo.rule   
 

Uses of SensorContext in org.sonar.api.batch.sensor
 

Methods in org.sonar.api.batch.sensor with parameters of type SensorContext
 void Sensor.execute(SensorContext context)
          The actual sensor code.
 

Uses of SensorContext in org.sonar.xoo.checks
 

Methods in org.sonar.xoo.checks with parameters of type SensorContext
 void Check.execute(SensorContext context, InputFile file, RuleKey ruleKey)
           
 void TemplateRuleCheck.execute(SensorContext sensorContext, InputFile file, RuleKey ruleKey)
           
 

Uses of SensorContext in org.sonar.xoo.lang
 

Methods in org.sonar.xoo.lang with parameters of type SensorContext
 void DependencySensor.execute(SensorContext context)
           
 void MeasureSensor.execute(SensorContext context)
           
 void SymbolReferencesSensor.execute(SensorContext context)
           
 void XooTokenizerSensor.execute(SensorContext context)
           
 void CoveragePerTestSensor.execute(SensorContext context)
           
 void SyntaxHighlightingSensor.execute(SensorContext context)
           
 void TestCaseSensor.execute(SensorContext context)
           
 

Uses of SensorContext in org.sonar.xoo.rule
 

Methods in org.sonar.xoo.rule with parameters of type SensorContext
 void OneIssueOnDirPerFileSensor.execute(SensorContext context)
           
 void OneIssuePerLineSensor.execute(SensorContext context)
           
 void CreateIssueByInternalKeySensor.execute(SensorContext context)
           
 void ChecksSensor.execute(SensorContext context)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.