Uses of Enum
org.apache.maven.executor.ExecutorHelper.Mode
Packages that use ExecutorHelper.Mode
Package
Description
The Maven Executor main package.
-
Uses of ExecutorHelper.Mode in org.apache.maven.executor
Methods in org.apache.maven.executor that return ExecutorHelper.ModeModifier and TypeMethodDescriptionExecutorHelper.getDefaultMode()Returns the preferred mode of this helper.static ExecutorHelper.ModeReturns the enum constant of this type with the specified name.static ExecutorHelper.Mode[]ExecutorHelper.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.executor with parameters of type ExecutorHelper.ModeModifier and TypeMethodDescriptionExecutorHelper.execute(ExecutorHelper.Mode mode, ExecutorRequest executorRequest) Executes the request with passed in mode executor.static 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.Mode in org.apache.maven.executor.support
Methods in org.apache.maven.executor.support that return ExecutorHelper.ModeMethods in org.apache.maven.executor.support with parameters of type ExecutorHelper.ModeModifier and TypeMethodDescriptionExecutorHelperImpl.execute(ExecutorHelper.Mode mode, ExecutorRequest executorRequest) protected ExecutorExecutorHelperImpl.getExecutor(ExecutorHelper.Mode mode, ExecutorRequest request) Constructors in org.apache.maven.executor.support with parameters of type ExecutorHelper.ModeModifierConstructorDescriptionExecutorHelperImpl(ExecutorHelper.Mode defaultMode, EmbeddedMavenExecutor embedded, ForkedMavenExecutor forked, boolean manageExecutors)