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
PrompterException
String prompt(String message, String defaultReply) throws PrompterException
PrompterException
String prompt(String message, List possibleValues) throws PrompterException
PrompterException
String prompt(String message, List possibleValues, String defaultReply) throws PrompterException
PrompterException
String promptForPassword(String message) throws PrompterException
PrompterException
void showMessage(String message) throws PrompterException
PrompterException
Copyright © 2001–2014 Codehaus. All rights reserved.