org.sonar.batch.rule
Class QProfileEventsDecorator

java.lang.Object
  extended by org.sonar.batch.rule.QProfileEventsDecorator
All Implemented Interfaces:
CheckProject, Decorator, BatchComponent, BatchExtension, Extension

public class QProfileEventsDecorator
extends Object
implements Decorator


Constructor Summary
QProfileEventsDecorator(TimeMachine timeMachine, Languages languages, PersistenceManager pm)
           
 
Method Summary
 void decorate(Resource resource, DecoratorContext context)
           
 Metric dependsUpon()
           
 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

QProfileEventsDecorator

public QProfileEventsDecorator(TimeMachine timeMachine,
                               Languages languages,
                               PersistenceManager pm)
Method Detail

dependsUpon

public Metric dependsUpon()

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.