Package software.amazon.smithy.linters
Class AbbreviationNameValidator.Config
java.lang.Object
software.amazon.smithy.linters.AbbreviationNameValidator.Config
- Enclosing class:
- AbbreviationNameValidator
AbbreviationName configuration settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionA list of abbreviation strings to permit.void
setAllowedAbbreviations
(List<String> allowedAbbreviations)
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getAllowedAbbreviations
A list of abbreviation strings to permit.- Returns:
- Returns the allowed abbreviations.
-
setAllowedAbbreviations
-