org.sonar.api.batch
Interface Decorator

All Superinterfaces:
BatchComponent, BatchExtension, CheckProject, Extension
All Known Implementing Classes:
AbstractDirectoriesDecorator, AbstractDivisionDecorator, AbstractFileComplexityDecorator, AbstractFilesDecorator, AbstractFunctionComplexityDecorator, AbstractFunctionComplexityDistributionDecorator, AbstractSumChildrenDecorator

public interface Decorator
extends BatchExtension, CheckProject

Since:
1.10

Method Summary
 void decorate(Resource resource, DecoratorContext context)
           
 
Methods inherited from interface org.sonar.api.batch.CheckProject
shouldExecuteOnProject
 

Method Detail

decorate

void decorate(Resource resource,
              DecoratorContext context)
Parameters:
resource - resource that is currently decorated, equivalent of context.getResource()


Copyright © 2009-2013 SonarSource. All Rights Reserved.