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 TypeInterfaceDescriptioninterfaceMavenInvoker<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 TypeInterfaceDescriptioninterfaceDefines 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 TypeClassDescriptionclassLookupInvoker<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 TypeClassDescriptionclassDefaultMavenInvoker<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 TypeClassDescriptionclassForked 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 TypeClassDescriptionclassLocal 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 TypeClassDescriptionclassEncrypt invoker implementation, when Encrypt CLI is being run.