Uses of Enum Class
org.apache.maven.cling.executor.ExecutorHelper.Mode
Packages that use ExecutorHelper.Mode
-
Uses of ExecutorHelper.Mode in org.apache.maven.cling.executor
Methods in org.apache.maven.cling.executor that return ExecutorHelper.ModeModifier 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.Methods in org.apache.maven.cling.executor with parameters of type ExecutorHelper.ModeModifier 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
Methods in org.apache.maven.cling.executor.internal that return ExecutorHelper.ModeMethods in org.apache.maven.cling.executor.internal with parameters of type ExecutorHelper.ModeModifier and TypeMethodDescriptionint
HelperImpl.execute
(ExecutorHelper.Mode mode, ExecutorRequest executorRequest) protected Executor
HelperImpl.getExecutor
(ExecutorHelper.Mode mode, ExecutorRequest request) Constructors in org.apache.maven.cling.executor.internal with parameters of type ExecutorHelper.ModeModifierConstructorDescriptionHelperImpl
(ExecutorHelper.Mode defaultMode, Path installationDirectory, Executor embedded, Executor forked)