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

Packages that use Decorator
org.sonar.api.batch   
org.sonar.api.batch.events   
 

Uses of Decorator in org.sonar.api.batch
 

Classes in org.sonar.api.batch that implement Decorator
 class AbstractDirectoriesDecorator
          Deprecated. since 2.2, the number of directories is automatically calculated by sonar core (see metric formula)
 class AbstractDivisionDecorator
          A pre-implementation to decorate metrics that are the result of a division
 class AbstractFileComplexityDecorator
          Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
 class AbstractFilesDecorator
          Deprecated. since 2.2, the number of files is automatically calculated by sonar core (see metric formula)
 class AbstractFunctionComplexityDecorator
          Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
 class AbstractFunctionComplexityDistributionDecorator
          Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
 class AbstractSumChildrenDecorator
          Sum measures of child resources.
 

Uses of Decorator in org.sonar.api.batch.events
 

Methods in org.sonar.api.batch.events that return Decorator
 Decorator DecoratorExecutionHandler.DecoratorExecutionEvent.getDecorator()
           
 

Methods in org.sonar.api.batch.events that return types with arguments of type Decorator
 List<Decorator> DecoratorsPhaseHandler.DecoratorsPhaseEvent.getDecorators()
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.