org.sonar.plugins.totalquality
Class AbstractDesignDecorator

java.lang.Object
  extended by org.sonar.plugins.totalquality.AbstractDecorator
      extended by org.sonar.plugins.totalquality.AbstractBaseDecorator
          extended by org.sonar.plugins.totalquality.AbstractDesignDecorator
All Implemented Interfaces:
org.sonar.api.batch.CheckProject, org.sonar.api.batch.Decorator, org.sonar.api.BatchExtension, org.sonar.api.Extension
Direct Known Subclasses:
DesignCBODecorator, DesignDITDecorator, DesignLCOM4Decorator, DesignNOMDecorator, DesignRFCDecorator

public abstract class AbstractDesignDecorator
extends AbstractBaseDecorator


Constructor Summary
AbstractDesignDecorator()
           
 
Method Summary
 
Methods inherited from class org.sonar.plugins.totalquality.AbstractBaseDecorator
decorate, shouldDecorateDir, shouldDecorateFile, shouldDecorateProj
 
Methods inherited from class org.sonar.plugins.totalquality.AbstractDecorator
hasCode, isDir, isFile, isProj, shouldExecuteOnProject, shouldSaveMeasure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDesignDecorator

public AbstractDesignDecorator()


Copyright © 2010 SonarSource SA. All Rights Reserved.