Package org.apache.maven.jline
Class DefaultPrompter
java.lang.Object
org.apache.maven.jline.DefaultPrompter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidUsed byLegacyPlexusInteractivityUsed byLegacyPlexusInteractivitypromptForPassword(String message) voidshowMessage(String message)
-
Constructor Details
-
DefaultPrompter
public DefaultPrompter()
-
-
Method Details
-
prompt
public String prompt(String message, List<String> possibleValues, String defaultReply) throws PrompterException - Specified by:
promptin interfacePrompter- Throws:
PrompterException
-
promptForPassword
- Specified by:
promptForPasswordin interfacePrompter- Throws:
PrompterException
-
showMessage
- Specified by:
showMessagein interfacePrompter- Throws:
PrompterException
-
doPrompt
Used byLegacyPlexusInteractivity- Throws:
IOException
-
doDisplay
Used byLegacyPlexusInteractivity- Throws:
IOException
-