Uses of Interface
org.apache.maven.api.cli.InvokerRequest
Packages that use InvokerRequest
Package
Description
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.-
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
Methods in org.apache.maven.cling that return InvokerRequestModifier and TypeMethodDescriptionprotected abstract InvokerRequest
ClingSupport.parseArguments
(String[] args) protected InvokerRequest
MavenCling.parseArguments
(String[] args) protected InvokerRequest
MavenEncCling.parseArguments
(String[] args) -
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) int
LookupInvoker.invoke
(InvokerRequest invokerRequest) Constructors in org.apache.maven.cling.invoker with parameters of type InvokerRequest -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvn
Classes in org.apache.maven.cling.invoker.mvn that implement InvokerRequestConstructors in org.apache.maven.cling.invoker.mvn with parameters of type InvokerRequest -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvn.forked
Methods in org.apache.maven.cling.invoker.mvn.forked with parameters of type InvokerRequestModifier and TypeMethodDescriptionint
ForkedMavenInvoker.invoke
(InvokerRequest invokerRequest) protected void
ForkedMavenInvoker.validate
(InvokerRequest invokerRequest) -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvn.local
Methods in org.apache.maven.cling.invoker.mvn.local with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected MavenContext
LocalMavenInvoker.createContext
(InvokerRequest invokerRequest) -
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 TypeMethodDescriptionResidentMavenContext.copy
(InvokerRequest invokerRequest) protected ResidentMavenContext
ResidentMavenInvoker.createContext
(InvokerRequest invokerRequest) protected String
ResidentMavenInvoker.getContextId
(InvokerRequest invokerRequest) Constructors in org.apache.maven.cling.invoker.mvn.resident with parameters of type 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 InvokerRequest