org.sonar.api.batch
Interface DecoratorBarriers


public interface DecoratorBarriers

Barriers are used to define the order of execution of Decorators.

Since:
2.3

Field Summary
static String END_OF_VIOLATIONS_GENERATION
          This barrier is used by a decorator in order to : be executed after all the decorators which generate violations : @DependsUpon(value=DecoratorBarriers.END_OF_VIOLATIONS_GENERATION declare that it generates violations : @DependedUpon(value=DecoratorBarriers.END_OF_VIOLATIONS_GENERATION
static String START_VIOLATIONS_GENERATION
           
 

Field Detail

START_VIOLATIONS_GENERATION

static final String START_VIOLATIONS_GENERATION
See Also:
Constant Field Values

END_OF_VIOLATIONS_GENERATION

static final String END_OF_VIOLATIONS_GENERATION
This barrier is used by a decorator in order to :

See Also:
Constant Field Values


Copyright © 2009-2010 SonarSource. All Rights Reserved.