public class SubstitutionConfig extends Object
| Constructor and Description |
|---|
SubstitutionConfig(String substitutionPhrase)
Builds a substitution configuration with the provided phrase.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSubstitutionPhrase()
Returns the substitution phrase.
|
void |
setSubstitutionPhrase(String substitutionPhrase)
Sets the substitution phrase.
|
String |
toString() |
public SubstitutionConfig(String substitutionPhrase)
substitutionPhrase - a phrase to substitute for a finding.public String getSubstitutionPhrase()
public void setSubstitutionPhrase(String substitutionPhrase)
substitutionPhrase - the substitution phraseCopyright © 2022. All rights reserved.