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