Uses of Interface
org.apache.maven.api.cli.Executor
Packages that use Executor
Package
Description
-
Uses of Executor in org.apache.maven.cling.executor.embedded
Classes in org.apache.maven.cling.executor.embedded that implement ExecutorModifier and TypeClassDescriptionclassEmbedded 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
Classes in org.apache.maven.cling.executor.forked that implement ExecutorModifier and TypeClassDescriptionclassForked executor implementation, that spawns a subprocess with Maven from the installation directory. -
Uses of Executor in org.apache.maven.cling.executor.internal
Methods in org.apache.maven.cling.executor.internal that return ExecutorModifier and TypeMethodDescriptionprotected ExecutorHelperImpl.getExecutor(ExecutorHelper.Mode mode, ExecutorRequest request) Constructors in org.apache.maven.cling.executor.internal with parameters of type ExecutorModifierConstructorDescriptionHelperImpl(ExecutorHelper.Mode defaultMode, Path installationDirectory, Path userHomeDirectory, Executor embedded, Executor forked)