public abstract class AbstractCustomLintingRule
extends org.thewonderlemming.c4plantuml.linter.rules.AbstractLintingRule
AbstractLintingRule.
Extend the following class if you intend to create your own rules but don't want to integrate them to the current plugin.
Please not that you'll also have to implement a AbstractCustomLintingRuleFactory.
AbstractCustomLintingRuleFactory| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCustomLintingRule(org.thewonderlemming.c4plantuml.linter.rules.RuleParameters parameters)
Creates the custom rule, given its parameters.
|
Copyright © 2020. All rights reserved.