Package software.amazon.smithy.linters
Class AbbreviationNameValidator.Config
java.lang.Object
software.amazon.smithy.linters.AbbreviationNameValidator.Config
- Enclosing class:
- AbbreviationNameValidator
AbbreviationName configuration settings.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionA list of abbreviation strings to permit.voidsetAllowedAbbreviations(List<String> allowedAbbreviations) 
- 
Constructor Details- 
Configpublic Config()
 
- 
- 
Method Details- 
getAllowedAbbreviationsA list of abbreviation strings to permit.- Returns:
- Returns the allowed abbreviations.
 
- 
setAllowedAbbreviations
 
-