Package org.iosgi.outpost.operations

Examples of org.iosgi.outpost.operations.Exec


  }

  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);
  }
View Full Code Here

TOP

Related Classes of org.iosgi.outpost.operations.Exec

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.