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.
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
This package contains the
mvn
tool implementation.This package contains the
mvnenc
tool implementation.This package contains the
mvnsh
tool implementation.-
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 TypeMethodDescriptionint
Invoker.invoke
(InvokerRequest invokerRequest) Invokes the Maven application using the providedInvokerRequest
. -
Uses of InvokerRequest in org.apache.maven.cling.invoker
Classes in org.apache.maven.cling.invoker that implement InvokerRequestFields in org.apache.maven.cling.invoker declared as InvokerRequestMethods in org.apache.maven.cling.invoker that return InvokerRequestModifier and TypeMethodDescriptionprotected abstract InvokerRequest
BaseParser.getInvokerRequest
(BaseParser.LocalContext context) BaseParser.parseInvocation
(ParserRequest parserRequest) Methods in org.apache.maven.cling.invoker with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected abstract C
LookupInvoker.createContext
(InvokerRequest invokerRequest) final int
LookupInvoker.invoke
(InvokerRequest invokerRequest) Constructors in org.apache.maven.cling.invoker with parameters of type InvokerRequestModifierConstructorDescriptionLookupContext
(InvokerRequest invokerRequest) LookupContext
(InvokerRequest invokerRequest, boolean containerCapsuleManaged) -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvn
Classes in org.apache.maven.cling.invoker.mvn that implement InvokerRequestMethods in org.apache.maven.cling.invoker.mvn with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected MavenContext
MavenInvoker.createContext
(InvokerRequest invokerRequest) Constructors in org.apache.maven.cling.invoker.mvn with parameters of type InvokerRequestModifierConstructorDescriptionMavenContext
(InvokerRequest invokerRequest) MavenContext
(InvokerRequest invokerRequest, boolean containerCapsuleManaged) -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvn.resident
Methods in org.apache.maven.cling.invoker.mvn.resident with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected MavenContext
ResidentMavenInvoker.copyIfDifferent
(MavenContext mavenContext, InvokerRequest invokerRequest) protected MavenContext
ResidentMavenInvoker.createContext
(InvokerRequest invokerRequest) -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvnenc
Classes in org.apache.maven.cling.invoker.mvnenc that implement InvokerRequestMethods in org.apache.maven.cling.invoker.mvnenc with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected EncryptContext
EncryptInvoker.createContext
(InvokerRequest invokerRequest) Constructors in org.apache.maven.cling.invoker.mvnenc with parameters of type InvokerRequestModifierConstructorDescriptionEncryptContext
(InvokerRequest invokerRequest) EncryptContext
(InvokerRequest invokerRequest, boolean containerCapsuleManaged) -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvnsh
Classes in org.apache.maven.cling.invoker.mvnsh that implement InvokerRequestMethods in org.apache.maven.cling.invoker.mvnsh with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected LookupContext
ShellInvoker.createContext
(InvokerRequest invokerRequest)