Uses of Class
org.apache.maven.api.services.PrompterException
Packages that use PrompterException
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of PrompterException in org.apache.maven.api.services
Methods in org.apache.maven.api.services that throw PrompterExceptionModifier and TypeMethodDescriptiondefault String
Prompts the user for a string.default String
Prompts the user for a string using a default value.default String
Prompts the user for a string using a list of possible values.Prompts the user for a string using a list of possible values and a default reply.Prompter.promptForPassword
(String message) Prompts the user for a password.void
Prompter.showMessage
(String message) Displays a message to the user. -
Uses of PrompterException in org.apache.maven.jline
Methods in org.apache.maven.jline that throw PrompterException