Uses of Interface
org.apache.maven.api.cli.Invoker
Package
Description
-
Uses of Invoker in org.apache.maven.api.cli.mvn
Modifier and TypeInterfaceDescriptioninterface
MavenInvoker<R extends MavenInvokerRequest<? extends MavenOptions>>
Defines the contract for a component responsible for invoking Maven using information provided in an invoker request. -
Uses of Invoker in org.apache.maven.api.cli.mvn.forked
-
Uses of Invoker in org.apache.maven.api.cli.mvn.local
-
Uses of Invoker in org.apache.maven.api.cli.mvn.resident
-
Uses of Invoker in org.apache.maven.api.cli.mvnenc
Modifier and TypeInterfaceDescriptioninterface
Defines the contract for a component responsible for invoking the Maven encryption tool. -
Uses of Invoker in org.apache.maven.cling
Modifier and TypeMethodDescriptionClingSupport.createInvoker()
protected Invoker
<MavenInvokerRequest<MavenOptions>> MavenCling.createInvoker()
protected Invoker
<EncryptInvokerRequest> MavenEncCling.createInvoker()
-
Uses of Invoker in org.apache.maven.cling.invoker
Modifier and TypeClassDescriptionclass
LookupInvoker<O extends Options,
R extends InvokerRequest<O>, C extends LookupInvoker.LookupInvokerContext<O, R, C>> Plexus invoker implementation, that boots up Plexus DI container. -
Uses of Invoker in org.apache.maven.cling.invoker.mvn
Modifier and TypeClassDescriptionclass
DefaultMavenInvoker<O extends MavenOptions,
R extends MavenInvokerRequest<O>, C extends DefaultMavenInvoker.MavenContext<O, R, C>> -
Uses of Invoker in org.apache.maven.cling.invoker.mvn.forked
Modifier and TypeClassDescriptionclass
Forked invoker implementation, it spawns a subprocess with Maven. -
Uses of Invoker in org.apache.maven.cling.invoker.mvn.local
-
Uses of Invoker in org.apache.maven.cling.invoker.mvn.resident
Modifier and TypeClassDescriptionclass
Local invoker implementation, when Maven CLI is being run. -
Uses of Invoker in org.apache.maven.cling.invoker.mvnenc
Modifier and TypeClassDescriptionclass
Encrypt invoker implementation, when Encrypt CLI is being run.