public final class ProcessParameters extends Object
ProcessBuilderImplementation
Modifier and Type | Method and Description |
---|---|
List<String> |
getArguments()
Returns the arguments configured for the process.
|
Map<String,String> |
getEnvironmentVariables()
Returns the environment variables configured for the process.
|
String |
getExecutable()
Returns the configured executable.
|
String |
getWorkingDirectory()
Returns the configured working directory or
null in case it
was not configured. |
boolean |
isRedirectErrorStream()
Returns
true if standard error stream should be redirected
to standard output stream. |
@NonNull public String getExecutable()
@CheckForNull public String getWorkingDirectory()
null
in case it
was not configured.null
in case it
was not configured@NonNull public List<String> getArguments()
public boolean isRedirectErrorStream()
true
if standard error stream should be redirected
to standard output stream.true
if standard error stream should be redirected
to standard output stream