org.sonar.xoo.lang
Class ScmActivitySensor

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

public class ScmActivitySensor
extends Object
implements Sensor


Constructor Summary
ScmActivitySensor(FileLinesContextFactory fileLinesContextFactory, FileSystem fileSystem)
           
 
Method Summary
 void describe(SensorDescriptor descriptor)
          Populate SensorDescriptor of this sensor.
 void execute(SensorContext context)
          The actual sensor code.
protected  void processFile(InputFile inputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScmActivitySensor

public ScmActivitySensor(FileLinesContextFactory fileLinesContextFactory,
                         FileSystem fileSystem)
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

processFile

protected void processFile(InputFile inputFile)


Copyright © 2009–2015 SonarSource. All rights reserved.