Class ProcessExecutor


  • public class ProcessExecutor
    extends Object
    Execute shell command as process.
    • Constructor Detail

      • ProcessExecutor

        public ProcessExecutor​(Logger logger)
        Parameters:
        logger - Logger.
    • Method Detail

      • executeAndWait

        public void executeAndWait​(List<String> command)
        Execute command and wait for process to end.
        Parameters:
        command - Command and arguments to be executed.