org.sonar.xoo.rule
Class CreateIssueByInternalKeySensor

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

public class CreateIssueByInternalKeySensor
extends Object
implements Sensor


Constructor Summary
CreateIssueByInternalKeySensor()
           
 
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

CreateIssueByInternalKeySensor

public CreateIssueByInternalKeySensor()
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–2014 SonarSource. All rights reserved.