org.sonar.api.batch.events
Interface DecoratorExecutionHandler.DecoratorExecutionEvent

Enclosing interface:
DecoratorExecutionHandler

public static interface DecoratorExecutionHandler.DecoratorExecutionEvent

This interface is not intended to be implemented by clients.


Method Summary
 Decorator getDecorator()
           
 boolean isEnd()
           
 boolean isStart()
           
 

Method Detail

getDecorator

Decorator getDecorator()

isStart

boolean isStart()

isEnd

boolean isEnd()


Copyright © 2009-2014 SonarSource. All Rights Reserved.