org.sonar.batch.rule
Class QProfileDecorator

java.lang.Object
  extended by 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.


Constructor Summary
QProfileDecorator()
           
 
Method Summary
 void decorate(Resource resource, DecoratorContext context)
           
 Metric provides()
           
 boolean shouldExecuteOnProject(Project project)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QProfileDecorator

public QProfileDecorator()
Method Detail

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.