Class DefaultPrompter
java.lang.Object
org.codehaus.plexus.components.interactivity.DefaultPrompter
- All Implemented Interfaces:
Prompter
Default prompter.
- Version:
- $Id: DefaultPrompter.java 2649 2005-10-10 16:51:51Z brett $
- Author:
- Brett Porter
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpromptForPassword(String message) voidshowMessage(String message)
-
Constructor Details
-
DefaultPrompter
public DefaultPrompter()
-
-
Method Details
-
prompt
- Specified by:
promptin interfacePrompter- Throws:
PrompterException
-
prompt
- Specified by:
promptin interfacePrompter- Throws:
PrompterException
-
prompt
public String prompt(String message, List possibleValues, String defaultReply) throws PrompterException - Specified by:
promptin interfacePrompter- Throws:
PrompterException
-
prompt
- Specified by:
promptin interfacePrompter- Throws:
PrompterException
-
promptForPassword
- Specified by:
promptForPasswordin interfacePrompter- Throws:
PrompterException
-
showMessage
- Specified by:
showMessagein interfacePrompter- Throws:
PrompterException
-