Uses of Interface
org.apache.maven.api.cli.Invoker
Packages that use Invoker
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 Invoker in org.apache.maven.cling
Methods in org.apache.maven.cling that return InvokerModifier and TypeMethodDescriptionprotected abstract Invoker
ClingSupport.createInvoker()
protected Invoker
MavenCling.createInvoker()
protected Invoker
MavenEncCling.createInvoker()
-
Uses of Invoker in org.apache.maven.cling.invoker
Classes in org.apache.maven.cling.invoker that implement InvokerModifier and TypeClassDescriptionclass
LookupInvoker<C extends LookupContext>
Lookup invoker implementation, that boots up 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
MavenInvoker<C extends MavenContext>
The "local" Maven invoker, that expects whole Maven on classpath and invokes it. -
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, that spawns a subprocess with Maven from the installation directory. -
Uses of Invoker in org.apache.maven.cling.invoker.mvn.local
Classes in org.apache.maven.cling.invoker.mvn.local that implement InvokerModifier and TypeClassDescriptionclass
Local Maven invoker implementation, that expects all the Maven to be on classpath. -
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
Resident invoker implementation, similar to "local", but keeps Maven instance resident. -
Uses of Invoker in org.apache.maven.cling.invoker.mvnenc
Classes in org.apache.maven.cling.invoker.mvnenc that implement Invoker