org.sonar.xoo.checks
Class TemplateRuleCheck

java.lang.Object
  extended by org.sonar.xoo.checks.TemplateRuleCheck
All Implemented Interfaces:
Check

public class TemplateRuleCheck
extends Object
implements Check


Field Summary
static String RULE_KEY
           
 
Fields inherited from interface org.sonar.xoo.checks.Check
ALL
 
Constructor Summary
TemplateRuleCheck()
           
 
Method Summary
 void execute(SensorContext sensorContext, InputFile file, RuleKey ruleKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RULE_KEY

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

TemplateRuleCheck

public TemplateRuleCheck()
Method Detail

execute

public void execute(SensorContext sensorContext,
                    InputFile file,
                    RuleKey ruleKey)
Specified by:
execute in interface Check


Copyright © 2009–2015 SonarSource. All rights reserved.