org.sonar.batch.scan
Class DefaultSensorMatcher

java.lang.Object
  extended by org.sonar.batch.phases.SensorMatcher
      extended by 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

Constructor Summary
DefaultSensorMatcher()
           
 
Method Summary
 boolean acceptSensor(Sensor sensor)
           
 
Methods inherited from class org.sonar.batch.phases.SensorMatcher
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSensorMatcher

public DefaultSensorMatcher()
Method Detail

acceptSensor

public boolean acceptSensor(Sensor sensor)
Specified by:
acceptSensor in class SensorMatcher


Copyright © 2009–2015 SonarSource. All rights reserved.