Interface Prompter
- All Known Implementing Classes:
DefaultPrompter
public interface Prompter
Prompt the user for input.
- Version:
- $Id: Prompter.java 2649 2005-10-10 16:51:51Z brett $
- Author:
- Brett Porter
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionpromptForPassword
(String message) void
showMessage
(String message)
-
Field Details
-
ROLE
-
-
Method Details
-
prompt
- Throws:
PrompterException
-
prompt
- Throws:
PrompterException
-
prompt
- Throws:
PrompterException
-
prompt
- Throws:
PrompterException
-
promptForPassword
- Throws:
PrompterException
-
showMessage
- Throws:
PrompterException
-