public class LintingRulesFinder extends Object
AbstractLintingRule and AbstractCustomLintingRule within the
classpath, including the shipped dependencies.| Modifier and Type | Method and Description |
|---|---|
static Set<Class<? extends AbstractLintingRule>> |
findBuiltInLintingRules()
Finds and returns every non-abstract child class of
AbstractLintingRule in the classpath, including
within the dependencies. |
static Set<Class<? extends AbstractCustomLintingRuleFactory<?>>> |
findCustomLintingRuleFactories()
Finds and returns every non-abstract child class of
AbstractCustomLintingRule in the classpath, including
within the dependencies. |
public static Set<Class<? extends AbstractLintingRule>> findBuiltInLintingRules()
AbstractLintingRule in the classpath, including
within the dependencies.AbstractLintingRule classes.public static Set<Class<? extends AbstractCustomLintingRuleFactory<?>>> findCustomLintingRuleFactories()
AbstractCustomLintingRule in the classpath, including
within the dependencies.AbstractCustomLintingRule classes.Copyright © 2020. All rights reserved.