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.Object
AbbreviationName configuration settings.
-
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getAllowedAbbreviations()
A list of abbreviation strings to permit.void
setAllowedAbbreviations(java.util.List<java.lang.String> allowedAbbreviations)
-
-
-
Method Detail
-
getAllowedAbbreviations
public java.util.List<java.lang.String> getAllowedAbbreviations()
A list of abbreviation strings to permit.- Returns:
- Returns the allowed abbreviations.
-
setAllowedAbbreviations
public void setAllowedAbbreviations(java.util.List<java.lang.String> allowedAbbreviations)
-
-