Package software.amazon.smithy.linters
Class ReservedWordsValidator.ReservedWords
java.lang.Object
software.amazon.smithy.linters.ReservedWordsValidator.ReservedWords
- Enclosing class:
- ReservedWordsValidator
A single reserved words configuration.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReservedWords
public ReservedWords()
-
-
Method Details
-
setWords
Sets the list of reserved word definitions.Each word must be a valid word. The word cannot equal "*", and if present, "*", must appear at the start or end of the word.
- Parameters:
words
- Words to set.
-
setSelector
Sets the selector to use for determining which shapes to validate.- Parameters:
selector
- Selector to set.
-
setReason
Sets the reason for why the words are reserved.- Parameters:
reason
- Reason to set.
-