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.Implementation of the Maven Upgrade tool (
mvnup).-
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. -
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 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, boolean containerCapsuleManaged, Options options) -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvn
Methods 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, boolean containerCapsuleManaged, MavenOptions mavenOptions) -
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 MavenContextResidentMavenInvoker.copyIfDifferent(MavenContext mavenContext, InvokerRequest invokerRequest) protected MavenContextResidentMavenInvoker.createContext(InvokerRequest invokerRequest) -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvnenc
Methods 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, EncryptOptions encryptOptions) -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvnsh
Methods in org.apache.maven.cling.invoker.mvnsh with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected LookupContextShellInvoker.createContext(InvokerRequest invokerRequest) -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvnup
Methods in org.apache.maven.cling.invoker.mvnup with parameters of type InvokerRequestModifier and TypeMethodDescriptionprotected UpgradeContextUpgradeInvoker.createContext(InvokerRequest invokerRequest) Constructors in org.apache.maven.cling.invoker.mvnup with parameters of type InvokerRequestModifierConstructorDescriptionUpgradeContext(InvokerRequest invokerRequest, UpgradeOptions upgradeOptions)