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

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

Uses of Decorator in org.sonar.api.batch
 

Classes in org.sonar.api.batch that implement Decorator
 class AbstractDirectoriesDecorator
          A pre-implementation to decorate the number of directories
 class AbstractDivisionDecorator
          A pre-implementation to decorate metrics that are the result of a division
 class AbstractFileComplexityDecorator
          A pre-implementation to decorate the file complexity
 class AbstractFilesDecorator
          A pre-implementation to decorate the number of files
 class AbstractFunctionComplexityDecorator
          A pre-implementation to decorate average complexity of functions
 class AbstractFunctionComplexityDistributionDecorator
           
 class AbstractSumChildrenDecorator
          Sum measures of child resources.
 class FormulaDecorator
          A pre-implementation of a decorator using a simple calculation formula
 

Uses of Decorator in org.sonar.batch
 

Methods in org.sonar.batch that return types with arguments of type Decorator
 Collection<Decorator> DecoratorsSelector.select(Project project)
           
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.