Executes the system command specified in the parameter. Returns a Process which has methods for optaining the stdin, stdout, and stderr of the subprocess. This method fails if executed by untrusted code. @param command a specified system command @return an instance of class Process
(String command)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected