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
Subclasses with type arguments of type ExecutorHelper.Mode in org.apache.maven.cling.executorMethods in org.apache.maven.cling.executor that return ExecutorHelper.ModeModifier and TypeMethodDescriptionExecutorHelper.getDefaultMode()Returns the preferred mode of this helper.static ExecutorHelper.ModeReturns 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 TypeMethodDescriptionintExecutorHelper.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 TypeMethodDescriptionintHelperImpl.execute(ExecutorHelper.Mode mode, ExecutorRequest executorRequest) protected ExecutorHelperImpl.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, Path userHomeDirectory, Executor embedded, Executor forked)