org.sonar.batch.phases
Class PhasesTimeProfiler

java.lang.Object
  extended by org.sonar.batch.phases.PhasesTimeProfiler
All Implemented Interfaces:
DecoratorExecutionHandler, DecoratorsPhaseHandler, EventHandler, SensorExecutionHandler, SensorsPhaseHandler, BatchComponent, BatchExtension, Extension

public class PhasesTimeProfiler
extends Object
implements SensorExecutionHandler, DecoratorExecutionHandler, DecoratorsPhaseHandler, SensorsPhaseHandler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.api.batch.events.SensorExecutionHandler
SensorExecutionHandler.SensorExecutionEvent
 
Nested classes/interfaces inherited from interface org.sonar.api.batch.events.DecoratorExecutionHandler
DecoratorExecutionHandler.DecoratorExecutionEvent
 
Nested classes/interfaces inherited from interface org.sonar.api.batch.events.DecoratorsPhaseHandler
DecoratorsPhaseHandler.DecoratorsPhaseEvent
 
Nested classes/interfaces inherited from interface org.sonar.api.batch.events.SensorsPhaseHandler
SensorsPhaseHandler.SensorsPhaseEvent
 
Constructor Summary
PhasesTimeProfiler()
           
 
Method Summary
 void onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent event)
           
 void onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent event)
           
 void onSensorExecution(SensorExecutionHandler.SensorExecutionEvent event)
           
 void onSensorsPhase(SensorsPhaseHandler.SensorsPhaseEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhasesTimeProfiler

public PhasesTimeProfiler()
Method Detail

onSensorsPhase

public void onSensorsPhase(SensorsPhaseHandler.SensorsPhaseEvent event)
Specified by:
onSensorsPhase in interface SensorsPhaseHandler

onSensorExecution

public void onSensorExecution(SensorExecutionHandler.SensorExecutionEvent event)
Specified by:
onSensorExecution in interface SensorExecutionHandler

onDecoratorExecution

public void onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent event)
Specified by:
onDecoratorExecution in interface DecoratorExecutionHandler

onDecoratorsPhase

public void onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent event)
Specified by:
onDecoratorsPhase in interface DecoratorsPhaseHandler


Copyright © 2009-2012 SonarSource. All Rights Reserved.