Uses of Enum Class
org.apache.maven.cling.executor.ExecutorHelper.Mode
-
Uses of ExecutorHelper.Mode in org.apache.maven.cling.executor
Modifier and TypeMethodDescriptionExecutorHelper.getDefaultMode()
Returns the preferred mode of this helper.static ExecutorHelper.Mode
Returns the enum constant of this class with the specified name.static ExecutorHelper.Mode[]
ExecutorHelper.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionint
ExecutorHelper.execute
(ExecutorHelper.Mode mode, ExecutorRequest executorRequest) Executes the request with passed in mode executor. -
Uses of ExecutorHelper.Mode in org.apache.maven.cling.executor.internal
Modifier and TypeMethodDescriptionint
HelperImpl.execute
(ExecutorHelper.Mode mode, ExecutorRequest executorRequest) protected Executor
HelperImpl.getExecutor
(ExecutorHelper.Mode mode, ExecutorRequest request) ModifierConstructorDescriptionHelperImpl
(ExecutorHelper.Mode defaultMode, Path installationDirectory, Executor embedded, Executor forked)