org.sonar.batch.scan
Class DefaultSensorMatcher
java.lang.Object
org.sonar.batch.phases.SensorMatcher
org.sonar.batch.scan.DefaultSensorMatcher
- All Implemented Interfaces:
- BatchComponent, BatchExtension, Extension, ExtensionMatcher
public class DefaultSensorMatcher
- extends SensorMatcher
By default all sensors are executed
- Since:
- 3.6
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSensorMatcher
public DefaultSensorMatcher()
acceptSensor
public boolean acceptSensor(Sensor sensor)
- Specified by:
acceptSensor in class SensorMatcher
Copyright © 2009–2015 SonarSource. All rights reserved.