org.kuali.student.sonar.database.plugin
Class DatabseIntegrityRulesRepository

java.lang.Object
  extended by org.sonar.api.rules.RuleRepository
      extended by org.kuali.student.sonar.database.plugin.DatabseIntegrityRulesRepository
All Implemented Interfaces:
org.sonar.api.Extension, org.sonar.api.ServerComponent, org.sonar.api.ServerExtension

public class DatabseIntegrityRulesRepository
extends org.sonar.api.rules.RuleRepository


Field Summary
static String COLUMN_TYPE_RULE_KEY
           
static String CONSTRAINT_MAPPING_RULE_KEY
           
static String FIELD_MAPPING_RULE_KEY
           
static String LANGUAGE_KEY
           
static String PARENT_KEY_MISSING_RULE_KEY
           
static String REPOSITORY_KEY
           
static String TABLE_MAPPING_RULE_KEY
           
 
Constructor Summary
DatabseIntegrityRulesRepository(org.sonar.api.rules.XMLRuleParser ruleParser)
           
 
Method Summary
 List<org.sonar.api.rules.Rule> createRules()
           
 
Methods inherited from class org.sonar.api.rules.RuleRepository
getKey, getLanguage, getName, getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REPOSITORY_KEY

public static final String REPOSITORY_KEY
See Also:
Constant Field Values

LANGUAGE_KEY

public static final String LANGUAGE_KEY
See Also:
Constant Field Values

PARENT_KEY_MISSING_RULE_KEY

public static final String PARENT_KEY_MISSING_RULE_KEY
See Also:
Constant Field Values

TABLE_MAPPING_RULE_KEY

public static final String TABLE_MAPPING_RULE_KEY
See Also:
Constant Field Values

FIELD_MAPPING_RULE_KEY

public static final String FIELD_MAPPING_RULE_KEY
See Also:
Constant Field Values

COLUMN_TYPE_RULE_KEY

public static final String COLUMN_TYPE_RULE_KEY
See Also:
Constant Field Values

CONSTRAINT_MAPPING_RULE_KEY

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

DatabseIntegrityRulesRepository

public DatabseIntegrityRulesRepository(org.sonar.api.rules.XMLRuleParser ruleParser)
Method Detail

createRules

public List<org.sonar.api.rules.Rule> createRules()
Specified by:
createRules in class org.sonar.api.rules.RuleRepository


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.