public static interface PromptInterfaces.QuoteCharacter
Modifier and Type | Method and Description |
---|---|
char |
getQuoteCharacter()
Returns the character for a quote.
|
void |
setQuoteCharacter(char c)
Sets the character for a quote, for example ' or ".
|