Uses of Interface
org.apache.maven.api.cli.InvokerRequest
Packages that use InvokerRequest
Package
Description
Provides the API for Maven's command-line interface and tools.
-
Uses of InvokerRequest in org.apache.maven.api.cli
Methods in org.apache.maven.api.cli that return InvokerRequestModifier and TypeMethodDescriptionParser.parseInvocation(ParserRequest parserRequest) Parses the given ParserRequest to create anInvokerRequest.Methods in org.apache.maven.api.cli with parameters of type InvokerRequestModifier and TypeMethodDescriptionintInvoker.invoke(InvokerRequest invokerRequest) Invokes the Maven application using the providedInvokerRequest.