Package | Description |
---|---|
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
default String |
Prompter.prompt(String message)
Prompts the user for a string.
|
default String |
Prompter.prompt(String message,
List<String> possibleValues)
Prompts the user for a string using a list of possible values.
|
String |
Prompter.prompt(String message,
List<String> possibleValues,
String defaultReply)
Prompts the user for a string using a list of possible values and a default reply.
|
default String |
Prompter.prompt(String message,
String defaultReply)
Prompts the user for a string using a default value.
|
String |
Prompter.promptForPassword(String message)
Prompts the user for a password.
|
void |
Prompter.showMessage(String message)
Displays a message to the user.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultPrompter.prompt(String message,
List<String> possibleValues,
String defaultReply) |
String |
DefaultPrompter.promptForPassword(String message) |
void |
DefaultPrompter.showMessage(String message) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.