org.sonar.xoo.lang
Class DependencySensor

java.lang.Object
  extended by org.sonar.xoo.lang.DependencySensor
All Implemented Interfaces:
Sensor, BatchComponent, BatchExtension, Extension

public class DependencySensor
extends Object
implements Sensor

Parse files *.xoo.deps


Constructor Summary
DependencySensor()
           
 
Method Summary
 void describe(SensorDescriptor descriptor)
          Populate SensorDescriptor of this sensor.
 void execute(SensorContext context)
          The actual sensor code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencySensor

public DependencySensor()
Method Detail

describe

public void describe(SensorDescriptor descriptor)
Description copied from interface: Sensor
Populate SensorDescriptor of this sensor.

Specified by:
describe in interface Sensor

execute

public void execute(SensorContext context)
Description copied from interface: Sensor
The actual sensor code.

Specified by:
execute in interface Sensor


Copyright © 2009–2015 SonarSource. All rights reserved.