Class DefaultPrompter
java.lang.Object
org.apache.maven.jline.DefaultPrompter
- 
Constructor Details- 
DefaultPrompterpublic DefaultPrompter()
 
- 
- 
Method Details- 
promptpublic String prompt(String message, List<String> possibleValues, String defaultReply) throws PrompterException - Specified by:
- promptin interface- Prompter
- Throws:
- PrompterException
 
- 
promptForPassword- Specified by:
- promptForPasswordin interface- Prompter
- Throws:
- PrompterException
 
- 
showMessage- Specified by:
- showMessagein interface- Prompter
- Throws:
- PrompterException
 
 
-