| |
|
| java.lang.Object org.netbeans.modules.visualweb.ejb.util.RunCommand
RunCommand | public class RunCommand (Code) | | RunCommand executes the command in a shell
It allows to execute the command line and returns the
status of execution and output and error messages
associated with the execution
author: Winston author: cao |
RunCommand | public RunCommand()(Code) | | Creates new RunCommand
|
execute | public void execute(String command) throws java.io.IOException(Code) | | Execute the command line in a separate process
The command parameter is a fully qualified path
of the command
|
getReturnStatus | public int getReturnStatus()(Code) | | Gets the return status of the command line process
|
isRunning | public boolean isRunning()(Code) | | Checks whether the command line process is still running
|
|
|
|