Class RuleLoader
- java.lang.Object
-
- net.kemitix.checkstyle.ruleset.builder.RuleLoader
-
@Component public class RuleLoader extends Object
-
-
Constructor Summary
Constructors Constructor Description RuleLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringloadDisabled(String sourceName)Loads from the source, where either the source is disabled or the rule is itself disabled.StringloadEnabled(String sourceName)Loads from the source, where the source is enabled, all rules that are themselves enabled.
-