public interface Prompter
| Modifier and Type | Method and Description |
|---|---|
String |
prompt(String message) |
String |
prompt(String message,
List possibleValues) |
String |
prompt(String message,
List possibleValues,
String defaultReply) |
String |
prompt(String message,
String defaultReply) |
String |
promptForPassword(String message) |
void |
showMessage(String message) |
static final String ROLE
String prompt(String message) throws PrompterException
PrompterExceptionString prompt(String message, String defaultReply) throws PrompterException
PrompterExceptionString prompt(String message, List possibleValues) throws PrompterException
PrompterExceptionString prompt(String message, List possibleValues, String defaultReply) throws PrompterException
PrompterExceptionString promptForPassword(String message) throws PrompterException
PrompterExceptionvoid showMessage(String message) throws PrompterException
PrompterExceptionCopyright © 2001–2021 Codehaus Plexus. All rights reserved.