149150151152153154155156
} public int execute(List<String> command, File workDir, boolean block, File out, File err) throws InterruptedException, OperationExecutionException { Exec exec = new Exec(workDir, command, block, out, err); return perform(exec); }