@Deprecated public abstract class AbstractSumChildrenDecorator extends Object implements Decorator
| Constructor and Description | 
|---|
| AbstractSumChildrenDecorator()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | decorate(Resource resource,
        DecoratorContext context)Deprecated.  | 
| abstract List<Metric> | generatesMetrics()Deprecated.  Each metric is used individually. | 
| boolean | shouldDecorateResource(Resource resource)Deprecated.  | 
| boolean | shouldExecuteOnProject(Project project)Deprecated.  | 
| protected abstract boolean | shouldSaveZeroIfNoChildMeasures()Deprecated.  | 
| String | toString()Deprecated.  | 
public AbstractSumChildrenDecorator()
public abstract List<Metric> generatesMetrics()
Important : annotations are not inherited, so you have to copy the @DependedUpon annotation when implementing this method.
public boolean shouldExecuteOnProject(Project project)
shouldExecuteOnProject in interface CheckProjectprotected abstract boolean shouldSaveZeroIfNoChildMeasures()
public void decorate(Resource resource, DecoratorContext context)
public boolean shouldDecorateResource(Resource resource)
Copyright © 2009–2016 SonarSource. All rights reserved.