| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.mojo.linting |
Contains the
LintingMojo and its dependencies used to type the
parameters in the pom.xml configuration.. |
| org.thewonderlemming.c4plantuml.mojo.linting.rules.builtin.parameters |
Contains
AbstractRuleParametersFactory
implementations for built-in rules. |
| Modifier and Type | Method and Description |
|---|---|
AliasesShouldBeListedInDictionary |
BuiltInRules.getAliasesShouldBeListedInDictionary()
A simple getter for the
aliasesShouldBeListedInDictionary property. |
| Modifier and Type | Method and Description |
|---|---|
void |
BuiltInRules.setAliasesShouldBeListedInDictionary(AliasesShouldBeListedInDictionary aliasesShouldBeListedInDictionary)
A simple setter for the
aliasesShouldBeListedInDictionary property. |
| Modifier and Type | Method and Description |
|---|---|
protected AliasesShouldBeListedInDictionary |
AliasesShouldBeListedInDictionaryRuleParametersFactory.getPojoFromBuiltInRules(BuiltInRules mojoParameters)
Retrieves the rule configuration POJO from the
BuiltInRules POJO. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AliasesShouldBeListedInDictionaryRuleParametersFactory.getActivatedParameter(AliasesShouldBeListedInDictionary pojoParameters)
Extracts and returns the value of the
isActivated parameter from a POJO in the BuiltInRules POJO. |
protected Optional<String> |
AliasesShouldBeListedInDictionaryRuleParametersFactory.getValueForParameter(String key,
AliasesShouldBeListedInDictionary pojoParameters)
Extracts and returns the value of the given parameter
key from a POJO in the BuiltInRules POJO. |
Copyright © 2020. All rights reserved.