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 Prompter
PrompterException
public String promptForPassword(String message) throws PrompterException
promptForPassword
in interface Prompter
PrompterException
public void showMessage(String message) throws PrompterException
showMessage
in interface Prompter
PrompterException
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.