public abstract class Prompter extends Object
| Constructor and Description |
|---|
Prompter() |
public abstract String prompt(String question, String defaultValue) throws InterruptedException
question - The string to be shown to the user. Don't add ':', '?' and so on in the end.InterruptedExceptionpublic final String prompt(String question) throws InterruptedException
InterruptedExceptionpublic abstract String promptPassword(String question) throws InterruptedException
InterruptedExceptionCopyright © 2016–2017. All rights reserved.