Uses of Interface
org.apache.maven.executor.Executor
Packages that use Executor
Package
Description
The Maven Executor main package.
-
Uses of Executor in org.apache.maven.executor
Subinterfaces of Executor in org.apache.maven.executorModifier and TypeInterfaceDescriptioninterfaceHelper class for routing Maven execution based on preferences and/or issued execution requests. -
Uses of Executor in org.apache.maven.executor.embedded
Classes in org.apache.maven.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.executor.forked
Classes in org.apache.maven.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.executor.providers.dockerexe
Classes in org.apache.maven.executor.providers.dockerexe that implement ExecutorModifier and TypeClassDescriptionclassExecutor that spawns a process withdockerCLI to execute request. -
Uses of Executor in org.apache.maven.executor.providers.testcontainers
Classes in org.apache.maven.executor.providers.testcontainers that implement ExecutorModifier and TypeClassDescriptionclassExecutor that usesTestcontainersto execute request. -
Uses of Executor in org.apache.maven.executor.support
Classes in org.apache.maven.executor.support that implement ExecutorModifier and TypeClassDescriptionclassSimple router to executors, and delegate to executor tool.classSupport class for executor implementations usingProcessBuilder.Methods in org.apache.maven.executor.support that return ExecutorModifier and TypeMethodDescriptionprotected ExecutorExecutorHelperImpl.getExecutor(ExecutorHelper.Mode mode, ExecutorRequest request) protected ExecutorExecutorHelperImpl.getExecutorByRequest(ExecutorRequest request) Constructors in org.apache.maven.executor.support with parameters of type ExecutorModifierConstructorDescriptionToolboxExecutorTool(Executor executor) Deprecated.Better specify required version yourself.ToolboxExecutorTool(Executor executor, String toolboxVersion)