public interface LaunchCommandBuilder
| Modifier and Type | Method and Description |
|---|---|
List<String> |
build() |
LaunchCommandBuilder |
setConfigurationFilePaths(List<String> configurationFilePaths)
Set the name of the configuration file for the Launcher.
|
LaunchCommandBuilder |
setMemory(int megaBytes)
Set the size of the launched process in megabytes.
|
LaunchCommandBuilder |
setStandardErr(String standardErr)
Names a file to which stderr will be redirected.
|
LaunchCommandBuilder |
setStandardOut(String standardOut)
Names a file to which stdout will be redirected.
|
LaunchCommandBuilder setMemory(int megaBytes)
megaBytes - LaunchCommandBuilder setConfigurationFilePaths(List<String> configurationFilePaths)
configurationFilePaths - LaunchCommandBuilder setStandardOut(String standardOut)
standardOut - LaunchCommandBuilder setStandardErr(String standardErr)
standardErr - Copyright © 2016 The Apache Software Foundation. All rights reserved.