public interface CommandLineToolInvocation
Modifier and Type | Method and Description |
---|---|
CommandLineToolArguments |
getArguments() |
CommandLineToolInvocationEnvironmentVariables |
getEnvironmentVariables()
Returns the environment variables to use for this command line tool invocation.
|
CommandLineToolInvocationErrorOutputRedirect |
getErrorOutputRedirect()
Returns the environment variables to use for this command line tool invocation.
|
CommandLineToolInvocationStandardOutputRedirect |
getStandardOutputRedirect()
Returns the environment variables to use for this command line tool invocation.
|
CommandLineTool |
getTool() |
Optional<File> |
getWorkingDirectory() |
CommandLineTool getTool()
CommandLineToolArguments getArguments()
CommandLineToolInvocationEnvironmentVariables getEnvironmentVariables()
CommandLineToolInvocationEnvironmentVariables
instance representing the invocation's environment variable, never null.CommandLineToolInvocationErrorOutputRedirect getErrorOutputRedirect()
CommandLineToolInvocationErrorOutputRedirect
instance representing how to redirect the invocation's error output, never null.CommandLineToolInvocationStandardOutputRedirect getStandardOutputRedirect()
CommandLineToolInvocationStandardOutputRedirect
instance representing how to redirect the invocation's standard output, never null.