org.sonar.xoo.rule
Class XooRulesDefinition

java.lang.Object
  extended by org.sonar.xoo.rule.XooRulesDefinition
All Implemented Interfaces:
Extension, RulesDefinition, ServerComponent, ServerExtension

public class XooRulesDefinition
extends Object
implements RulesDefinition

Define all the coding rules that are supported on the repository named "xoo".


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.api.server.rule.RulesDefinition
RulesDefinition.Context, RulesDefinition.DebtRemediationFunctions, RulesDefinition.ExtendedRepository, RulesDefinition.NewExtendedRepository, RulesDefinition.NewParam, RulesDefinition.NewRepository, RulesDefinition.NewRepositoryImpl, RulesDefinition.NewRule, RulesDefinition.Param, RulesDefinition.Repository, RulesDefinition.RepositoryImpl, RulesDefinition.Rule, RulesDefinition.SubCharacteristics
 
Field Summary
static String XOO_REPOSITORY
           
 
Constructor Summary
XooRulesDefinition()
           
 
Method Summary
 void define(RulesDefinition.Context context)
          This method is executed when server is started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XOO_REPOSITORY

public static final String XOO_REPOSITORY
See Also:
Constant Field Values
Constructor Detail

XooRulesDefinition

public XooRulesDefinition()
Method Detail

define

public void define(RulesDefinition.Context context)
Description copied from interface: RulesDefinition
This method is executed when server is started.

Specified by:
define in interface RulesDefinition


Copyright © 2009-2014 SonarSource. All Rights Reserved.