Uses of Interface
org.apache.maven.api.cli.InvokerRequest
Package
Description
-
Uses of InvokerRequest in org.apache.maven.api.cli
Modifier and TypeInterfaceDescriptioninterface
Invoker<R extends InvokerRequest<? extends Options>>
Defines the contract for a component responsible for invoking a Maven application using the information provided in anInvokerRequest
.interface
Parser<R extends InvokerRequest<? extends Options>>
Defines the contract for parsing Maven command-line arguments and creating an InvokerRequest. -
Uses of InvokerRequest in org.apache.maven.api.cli.mvn
Modifier and TypeInterfaceDescriptioninterface
MavenInvokerRequest<O extends MavenOptions>
Represents a request to invoke Maven. -
Uses of InvokerRequest in org.apache.maven.api.cli.mvn.forked
Modifier and TypeInterfaceDescriptioninterface
Represents a request to invoke Maven in a forked JVM. -
Uses of InvokerRequest in org.apache.maven.api.cli.mvnenc
Modifier and TypeInterfaceDescriptioninterface
Represents a request to invoke the Maven encryption tool. -
Uses of InvokerRequest in org.apache.maven.cling
Modifier and TypeClassDescriptionclass
ClingSupport<O extends Options,
R extends InvokerRequest<O>> The CLI "new-gen". -
Uses of InvokerRequest in org.apache.maven.cling.invoker
Modifier and TypeClassDescriptionclass
BaseParser<O extends Options,
R extends InvokerRequest<O>> interface
ContainerCapsuleFactory<O extends Options,
R extends InvokerRequest<O>, C extends LookupInvoker.LookupInvokerContext<O, R, C>> Container capsule factory.class
LookupInvoker<O extends Options,
R extends InvokerRequest<O>, C extends LookupInvoker.LookupInvokerContext<O, R, C>> Plexus invoker implementation, that boots up Plexus DI container.static class
LookupInvoker.LookupInvokerContext<O extends Options,
R extends InvokerRequest<O>, C extends LookupInvoker.LookupInvokerContext<O, R, C>> class
PlexusContainerCapsuleFactory<O extends Options,
R extends InvokerRequest<O>, C extends LookupInvoker.LookupInvokerContext<O, R, C>> Container capsule backed by Plexus Container. -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvn
Modifier and TypeClassDescriptionclass
DefaultMavenInvokerRequest<O extends MavenOptions>
Maven execution request. -
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvn.forked
-
Uses of InvokerRequest in org.apache.maven.cling.invoker.mvnenc