org.jruby.ext.posix.util
public class ExecIt extends java.lang.Object
Constructor and Description |
---|
ExecIt(POSIXHandler handler)
Creates a new instance of ShellLauncher
|
Modifier and Type | Method and Description |
---|---|
java.lang.Process |
run(java.lang.String... args) |
int |
runAndWait(java.io.OutputStream output,
java.lang.String... args) |
int |
runAndWait(java.lang.String... args) |
public ExecIt(POSIXHandler handler)
public int runAndWait(java.lang.String... args) throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
public int runAndWait(java.io.OutputStream output, java.lang.String... args) throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
public java.lang.Process run(java.lang.String... args) throws java.io.IOException
java.io.IOException
Copyright © 2016. All Rights Reserved.