Uses of Interface
org.apache.maven.api.cli.Invoker
Packages that use Invoker
Package
Description
-
Uses of Invoker in org.apache.maven.api.cli.mvn
Subinterfaces of Invoker in org.apache.maven.api.cli.mvnModifier 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
Subinterfaces of Invoker in org.apache.maven.api.cli.mvn.forked -
Uses of Invoker in org.apache.maven.api.cli.mvn.local
Subinterfaces of Invoker in org.apache.maven.api.cli.mvn.local -
Uses of Invoker in org.apache.maven.api.cli.mvn.resident
Subinterfaces of Invoker in org.apache.maven.api.cli.mvn.resident -
Uses of Invoker in org.apache.maven.api.cli.mvnenc
Subinterfaces of Invoker in org.apache.maven.api.cli.mvnencModifier and TypeInterfaceDescriptioninterface
Defines the contract for a component responsible for invoking the Maven encryption tool. -
Uses of Invoker in org.apache.maven.cling
Methods in org.apache.maven.cling that return InvokerModifier and TypeMethodDescriptionClingSupport.createInvoker()
protected Invoker
<MavenInvokerRequest<MavenOptions>> MavenCling.createInvoker()
protected Invoker
<EncryptInvokerRequest> MavenEncCling.createInvoker()
-
Uses of Invoker in org.apache.maven.cling.invoker
Classes in org.apache.maven.cling.invoker that implement InvokerModifier 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
Classes in org.apache.maven.cling.invoker.mvn that implement InvokerModifier 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
Classes in org.apache.maven.cling.invoker.mvn.forked that implement InvokerModifier and TypeClassDescriptionclass
Forked invoker implementation, it spawns a subprocess with Maven. -
Uses of Invoker in org.apache.maven.cling.invoker.mvn.local
Classes in org.apache.maven.cling.invoker.mvn.local that implement Invoker -
Uses of Invoker in org.apache.maven.cling.invoker.mvn.resident
Classes in org.apache.maven.cling.invoker.mvn.resident that implement InvokerModifier and TypeClassDescriptionclass
Local invoker implementation, when Maven CLI is being run. -
Uses of Invoker in org.apache.maven.cling.invoker.mvnenc
Classes in org.apache.maven.cling.invoker.mvnenc that implement InvokerModifier and TypeClassDescriptionclass
Encrypt invoker implementation, when Encrypt CLI is being run.