public interface UserInput
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prompt(java.lang.String prompt,
java.lang.String defaultValue,
java.lang.String... options)
Display a prompt text to the user and expect one of
options in return. |