Package net.kemitix.checkstyle.ruleset.builder
Ruleset Builder.
- Author:
- Paul Campbell (pcampbell@kemitix.net)
-
Interface Summary Interface Description ReadmeIndexBuilder Creates the Rule Index for README.md in Markdown Format. -
Class Summary Class Description BuilderConfiguration Configuration for Builder.CheckstyleRulesetBuilderApplication Creates the checkstyle ruleset files.ClassGraphPackageScanner Implementation ofPackageScannerusing ClassGraph.DefaultReadmeIndexBuilder Default Rule Index Builder.DefaultRuleClassLocator Default implementation ofRuleClassLocator.ReadmeBuilder Rule A single Checkstyle Check.RuleLoader RuleSource The origin of the rule. -
Enum Summary Enum Description RuleLevel Ruleset levels.RuleParent Module parent to contain a rule. -
Exception Summary Exception Description CheckstyleClassNotFoundException Raised when a Class to implement a Rule is not found.CheckstyleSourceLoadException Raised when there is an error scanning for check classes.