org.sonar.batch.rule
Class QProfileDecorator
java.lang.Object
org.sonar.batch.rule.QProfileDecorator
- All Implemented Interfaces:
- CheckProject, Decorator, BatchComponent, BatchExtension, Extension
public class QProfileDecorator
- extends Object
- implements Decorator
Aggregate which Quality profiles have been used on the current module.
QProfileDecorator
public QProfileDecorator()
provides
public Metric provides()
shouldExecuteOnProject
public boolean shouldExecuteOnProject(Project project)
- Specified by:
shouldExecuteOnProject in interface CheckProject
decorate
public void decorate(Resource resource,
DecoratorContext context)
- Specified by:
decorate in interface Decorator
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009–2015 SonarSource. All rights reserved.