| Constructor and Description |
|---|
DefaultPrompter(org.codehaus.plexus.PlexusContainer container) |
| Modifier and Type | Method and Description |
|---|---|
String |
prompt(String message,
List<String> possibleValues,
String defaultReply) |
String |
promptForPassword(String message) |
void |
showMessage(String message) |
@Inject public DefaultPrompter(org.codehaus.plexus.PlexusContainer container)
public String prompt(String message, List<String> possibleValues, String defaultReply) throws PrompterException
prompt in interface PrompterPrompterExceptionpublic String promptForPassword(String message) throws PrompterException
promptForPassword in interface PrompterPrompterExceptionpublic void showMessage(String message) throws PrompterException
showMessage in interface PrompterPrompterExceptionCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.