| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.linter.builder |
Contains the
LinterBuilder dependencies. |
| Modifier and Type | Method and Description |
|---|---|
AddLintingRule |
AddLintingRule.addLintingRule(AbstractLintingRule lintingRule)
Adds a
AbstractLintingRule to the set of active rules. |
default AddLintingRule |
AddLintingRule.addLintingRules(Set<AbstractLintingRule> lintingRules)
Adds a set of
AbstractLintingRule to the set of active rules. |
AddLintingRule |
WithReporter.withReporter(org.thewonderlemming.c4plantuml.commons.Reporter reporter)
Takes a
Reporter and returns a method chain that ends with the build of a Linter instance. |
Copyright © 2020. All rights reserved.