public class JavaPropertiesChecks extends Object
| Modifier and Type | Method and Description |
|---|---|
JavaPropertiesChecks |
addChecks(String repositoryKey,
Iterable<Class> checkClass) |
JavaPropertiesChecks |
addCustomChecks(CustomJavaPropertiesRulesDefinition[] customRulesDefinitions) |
List<JavaPropertiesCheck> |
all() |
static JavaPropertiesChecks |
createJavaPropertiesChecks(org.sonar.api.batch.rule.CheckFactory checkFactory) |
org.sonar.api.rule.RuleKey |
ruleKeyFor(JavaPropertiesCheck check) |
List<TreeVisitor> |
visitorChecks() |
public static JavaPropertiesChecks createJavaPropertiesChecks(org.sonar.api.batch.rule.CheckFactory checkFactory)
public JavaPropertiesChecks addChecks(String repositoryKey, Iterable<Class> checkClass)
public JavaPropertiesChecks addCustomChecks(@Nullable CustomJavaPropertiesRulesDefinition[] customRulesDefinitions)
public List<JavaPropertiesCheck> all()
public List<TreeVisitor> visitorChecks()
@Nullable public org.sonar.api.rule.RuleKey ruleKeyFor(JavaPropertiesCheck check)
Copyright © 2015–2016 David RACODON. All rights reserved.