Uses of Interface
org.sonar.api.batch.Sensor

Packages that use Sensor
org.sonar.api.batch   
org.sonar.api.batch.events   
 

Uses of Sensor in org.sonar.api.batch
 

Classes in org.sonar.api.batch that implement Sensor
 class AbstractSourceImporter
          Deprecated. since 4.2 Component indexing and source import are done by core and this extension is not used.
 

Uses of Sensor in org.sonar.api.batch.events
 

Methods in org.sonar.api.batch.events that return Sensor
 Sensor SensorExecutionHandler.SensorExecutionEvent.getSensor()
           
 

Methods in org.sonar.api.batch.events that return types with arguments of type Sensor
 List<Sensor> SensorsPhaseHandler.SensorsPhaseEvent.getSensors()
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.