org.jruby.ext.posix.util
Class ExecIt
java.lang.Object
org.jruby.ext.posix.util.ExecIt
public class ExecIt
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecIt
public ExecIt(POSIXHandler handler)
- Creates a new instance of ShellLauncher
runAndWait
public int runAndWait(String... args)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
runAndWait
public int runAndWait(OutputStream output,
String... args)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
run
public Process run(String... args)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.