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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionA list of abbreviation strings to permit.voidsetAllowedAbbreviations(List<String> allowedAbbreviations)  
- 
Constructor Details
- 
Config
public Config() 
 - 
 - 
Method Details
- 
getAllowedAbbreviations
A list of abbreviation strings to permit.- Returns:
 - Returns the allowed abbreviations.
 
 - 
setAllowedAbbreviations
 
 -