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

Enclosing interface:
DecoratorsPhaseHandler

public static interface DecoratorsPhaseHandler.DecoratorsPhaseEvent

This interface is not intended to be implemented by clients.


Method Summary
 List<Decorator> getDecorators()
           
 boolean isEnd()
           
 boolean isStart()
           
 

Method Detail

getDecorators

List<Decorator> getDecorators()
Returns:
list of Decorators in the order of execution

isStart

boolean isStart()

isEnd

boolean isEnd()


Copyright © 2009-2014 SonarSource. All Rights Reserved.