public interface Prompter
| Modifier and Type | Method and Description |
|---|---|
String |
prompt(String message)
Prompt user for a string.
|
String |
promptWithDefaultValue(String message,
String defaultValue)
Prompt user for a string; if user response is blank use a default value.
|
String prompt(String message) throws IOException
IOExceptionString promptWithDefaultValue(String message, String defaultValue) throws IOException
IOExceptionCopyright © 2018. All rights reserved.