Uses of Interface
org.apache.maven.executor.ExecutorHelper
Packages that use ExecutorHelper
Package
Description
The Maven Executor main package.
-
Uses of ExecutorHelper in org.apache.maven.executor
Methods in org.apache.maven.executor that return ExecutorHelperModifier and TypeMethodDescriptionstatic ExecutorHelperExecutorHelper.forExecutors(ExecutorHelper.Mode defaultMode, EmbeddedMavenExecutor embedded, ForkedMavenExecutor forked) CreatesExecutorHelperinstance with provided default mode and provided executors.static ExecutorHelperExecutorHelper.forMavenInstallation(Path installationDirectory, ExecutorHelper.Mode defaultMode) CreatesExecutorHelperalong with needed executors using provided installation directory. -
Uses of ExecutorHelper in org.apache.maven.executor.support
Classes in org.apache.maven.executor.support that implement ExecutorHelperModifier and TypeClassDescriptionclassSimple router to executors, and delegate to executor tool.