Package software.amazon.smithy.linters
Class AbbreviationNameValidator.Config
- java.lang.Object
- 
- software.amazon.smithy.linters.AbbreviationNameValidator.Config
 
- 
- Enclosing class:
- AbbreviationNameValidator
 
 public static final class AbbreviationNameValidator.Config extends java.lang.ObjectAbbreviationName configuration settings.
- 
- 
Constructor SummaryConstructors Constructor Description Config()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getAllowedAbbreviations()A list of abbreviation strings to permit.voidsetAllowedAbbreviations(java.util.List<java.lang.String> allowedAbbreviations)
 
- 
- 
- 
Method Detail- 
getAllowedAbbreviationspublic java.util.List<java.lang.String> getAllowedAbbreviations() A list of abbreviation strings to permit.- Returns:
- Returns the allowed abbreviations.
 
 - 
setAllowedAbbreviationspublic void setAllowedAbbreviations(java.util.List<java.lang.String> allowedAbbreviations) 
 
- 
 
-