Uses of Interface
org.sonar.api.batch.events.DecoratorsPhaseHandler.DecoratorsPhaseEvent

Packages that use DecoratorsPhaseHandler.DecoratorsPhaseEvent
org.sonar.api.batch.events   
org.sonar.batch.index   
org.sonar.batch.phases   
 

Uses of DecoratorsPhaseHandler.DecoratorsPhaseEvent in org.sonar.api.batch.events
 

Methods in org.sonar.api.batch.events with parameters of type DecoratorsPhaseHandler.DecoratorsPhaseEvent
 void DecoratorsPhaseHandler.onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent event)
          Called before and after execution of all Decorators.
 

Uses of DecoratorsPhaseHandler.DecoratorsPhaseEvent in org.sonar.batch.index
 

Methods in org.sonar.batch.index with parameters of type DecoratorsPhaseHandler.DecoratorsPhaseEvent
 void MemoryOptimizer.onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent event)
           
 

Uses of DecoratorsPhaseHandler.DecoratorsPhaseEvent in org.sonar.batch.phases
 

Methods in org.sonar.batch.phases with parameters of type DecoratorsPhaseHandler.DecoratorsPhaseEvent
 void PhasesTimeProfiler.onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent event)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.