public interface CommandLineToolInvocationBuilder
Modifier and Type | Method and Description |
---|---|
CommandLineToolInvocationBuilder |
appendStandardStreamToFile(File file) |
CommandLineToolInvocation |
build() |
<T extends CommandLineToolExecutionHandle> |
buildAndSubmit(CommandLineToolExecutionEngine<T> engine) |
CommandLineToolInvocationBuilder |
redirectErrorOutput(CommandLineToolInvocationErrorOutputRedirect redirect) |
CommandLineToolInvocationBuilder |
redirectStandardOutput(CommandLineToolInvocationStandardOutputRedirect redirect) |
CommandLineToolInvocationBuilder |
withEnvironmentVariables(CommandLineToolInvocationEnvironmentVariables environmentVariables) |
CommandLineToolInvocationBuilder |
workingDirectory(File workingDirectory) |
CommandLineToolInvocationBuilder workingDirectory(File workingDirectory)
CommandLineToolInvocationBuilder withEnvironmentVariables(CommandLineToolInvocationEnvironmentVariables environmentVariables)
CommandLineToolInvocation build()
<T extends CommandLineToolExecutionHandle> T buildAndSubmit(CommandLineToolExecutionEngine<T> engine)
CommandLineToolInvocationBuilder appendStandardStreamToFile(File file)
CommandLineToolInvocationBuilder redirectStandardOutput(CommandLineToolInvocationStandardOutputRedirect redirect)
CommandLineToolInvocationBuilder redirectErrorOutput(CommandLineToolInvocationErrorOutputRedirect redirect)