Class CLIProcessExecutor


  • public class CLIProcessExecutor
    extends Object
    CLIProcessExecutor A simple process executor class that is used by CLI.
    Author:
    [email protected]
    • Constructor Detail

      • CLIProcessExecutor

        public CLIProcessExecutor()
    • Method Detail

      • execute

        public void execute​(String name,
                            String[] cmd,
                            boolean wait)
                     throws Exception
        This method invokes the runtime exec
        Parameters:
        name -
        cmd - the command to execute
        wait - if true, wait for process to end.
        Throws:
        Exception
      • exitValue

        public int exitValue()
        Return the exit value of this process. If process is null, then there is no process running therefore the return value is 0.
        Returns: