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.cliMethods 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.
- 
Uses of InvokerRequest in org.apache.maven.cling.invokerClasses 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 InvokerRequestBaseParser.getInvokerRequest(BaseParser.LocalContext context) BaseParser.parseInvocation(ParserRequest parserRequest) Methods in org.apache.maven.cling.invoker with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected abstract CLookupInvoker.createContext(InvokerRequest invokerRequest) final intLookupInvoker.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.mvnClasses in org.apache.maven.cling.invoker.mvn that implement InvokerRequestMethods in org.apache.maven.cling.invoker.mvn with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected MavenContextMavenInvoker.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.residentMethods in org.apache.maven.cling.invoker.mvn.resident with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected MavenContextResidentMavenInvoker.copyIfDifferent(MavenContext mavenContext, InvokerRequest invokerRequest) protected MavenContextResidentMavenInvoker.createContext(InvokerRequest invokerRequest) 
- 
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvnencClasses in org.apache.maven.cling.invoker.mvnenc that implement InvokerRequestMethods in org.apache.maven.cling.invoker.mvnenc with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected EncryptContextEncryptInvoker.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.mvnshClasses in org.apache.maven.cling.invoker.mvnsh that implement InvokerRequestMethods in org.apache.maven.cling.invoker.mvnsh with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected LookupContextShellInvoker.createContext(InvokerRequest invokerRequest)