Uses of Interface
org.apache.maven.api.cli.Executor
Package
Description
-
Uses of Executor in org.apache.maven.cling.executor.embedded
Modifier and TypeClassDescriptionclass
Embedded executor implementation, that invokes Maven from installation directory within this same JVM but in isolated classloader. -
Uses of Executor in org.apache.maven.cling.executor.forked
Modifier and TypeClassDescriptionclass
Forked executor implementation, that spawns a subprocess with Maven from the installation directory. -
Uses of Executor in org.apache.maven.cling.executor.internal
Modifier and TypeMethodDescriptionprotected Executor
HelperImpl.getExecutor
(ExecutorHelper.Mode mode, ExecutorRequest request) ModifierConstructorDescriptionHelperImpl
(ExecutorHelper.Mode defaultMode, Path installationDirectory, Executor embedded, Executor forked)