Class ProcessCommand
java.lang.Object
de.hybris.platform.mediaconversion.os.ProcessCommand
- All Implemented Interfaces:
Serializable
Command line parameters and environment used for process execution.
-
Method Details
-
getCommand
Accesses the actual command to call and it's arguments.- Returns:
- the command as array
- See Also:
-
getEnvironment
Accesses environment variables to set when executing the command.- Returns:
- the environment variable to set (or
nullif the all environment variables should be inherited from the executing JVM). - See Also:
-
getDirectory
Accesses the directory in which the command is executed.- Returns:
- the directory in which the process is executed (or
nullif the working directory should be inherited from the executing JVM).
-