Interface Prompter
- All Known Implementing Classes:
DefaultPrompter
public interface Prompter
Prompt the user for input.
- Author:
- Brett Porter
-
Method Summary
Modifier and TypeMethodDescriptionpromptForPassword
(String message) void
showMessage
(String message)
-
Method Details
-
prompt
- Throws:
PrompterException
-
prompt
- Throws:
PrompterException
-
prompt
- Throws:
PrompterException
-
prompt
String prompt(String message, List<String> possibleValues, String defaultReply) throws PrompterException - Throws:
PrompterException
-
promptForPassword
- Throws:
PrompterException
-
showMessage
- Throws:
PrompterException
-