| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.linter |
Contains the linting engine and its main dependencies.
|
| org.thewonderlemming.c4plantuml.linter.builder |
Contains the
LinterBuilder dependencies. |
| org.thewonderlemming.c4plantuml.linter.rules |
Contains
AbstractLintingRule and its dependencies. |
| Class and Description |
|---|
| LinterBuilder
A simple builder pattern to create
Linter instances. |
| Class and Description |
|---|
| Linter
A linting engine that parses C4 files and passes the result
ParseTree to a set of
AbstractLintingRule. |
| Class and Description |
|---|
| SyntaxError
Represents a parsing syntax error and holds information such as the line of the error, the offending symbol and so
on.
|
Copyright © 2020. All rights reserved.