public class ProcessCommand extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCommand()
Accesses the actual command to call and it's arguments.
|
File |
getDirectory()
Accesses the directory in which the command is executed.
|
String[] |
getEnvironment()
Accesses environment variables to set when executing the command.
|
public String[] getCommand()
Runtime.exec(String[], String[], File)public String[] getEnvironment()
null if the all environment variables should be
inherited from the executing JVM).Runtime.exec(String[], String[], File)public File getDirectory()
null if the working directory should be
inherited from the executing JVM).Copyright © 2017 SAP SE. All Rights Reserved.