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

Packages that use SensorContext
org.sonar.api.batch.sensor   
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.lang
 

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

Uses of SensorContext in org.sonar.xoo.rule
 

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



Copyright © 2009–2014 SonarSource. All rights reserved.