Uses of Interface
org.sonar.api.batch.DecoratorContext

Packages that use DecoratorContext
org.sonar.api.batch   
 

Uses of DecoratorContext in org.sonar.api.batch
 

Methods in org.sonar.api.batch that return DecoratorContext
 DecoratorContext DecoratorContext.saveMeasure(Measure measure)
          Add a measure on the current resource.
 DecoratorContext DecoratorContext.saveMeasure(Metric metric, java.lang.Double value)
           
 

Methods in org.sonar.api.batch that return types with arguments of type DecoratorContext
 java.util.List<DecoratorContext> DecoratorContext.getChildren()
          Children contexts are read only
 

Methods in org.sonar.api.batch with parameters of type DecoratorContext
 void Decorator.decorate(Resource resource, DecoratorContext context)
           
 void AbstractSumChildrenDecorator.decorate(Resource resource, DecoratorContext context)
           
 void AbstractFilesDecorator.decorate(Resource resource, DecoratorContext context)
           
 void AbstractFileComplexityDecorator.decorate(Resource resource, DecoratorContext context)
           
 void AbstractDivisionDecorator.decorate(Resource resource, DecoratorContext context)
           
 void AbstractDirectoriesDecorator.decorate(Resource resource, DecoratorContext context)
           
protected  boolean AbstractDivisionDecorator.shouldDecorateResource(DecoratorContext context)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.