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 TypeMethodDescriptionintInvoker.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 InvokerRequestClingSupport.parseArguments(String[] args) protected InvokerRequestMavenCling.parseArguments(String[] args) protected InvokerRequestMavenEncCling.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 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) intLookupInvoker.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 TypeMethodDescriptionintForkedMavenInvoker.invoke(InvokerRequest invokerRequest) protected voidForkedMavenInvoker.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 MavenContextLocalMavenInvoker.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 ResidentMavenContextResidentMavenInvoker.createContext(InvokerRequest invokerRequest) protected StringResidentMavenInvoker.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 EncryptContextEncryptInvoker.createContext(InvokerRequest invokerRequest) Constructors in org.apache.maven.cling.invoker.mvnenc with parameters of type InvokerRequest