public class ExecIt extends Object
Constructor and Description |
---|
ExecIt(POSIXHandler handler)
Creates a new instance of ShellLauncher
|
Modifier and Type | Method and Description |
---|---|
Process |
run(String... args) |
int |
runAndWait(OutputStream output,
String... args) |
int |
runAndWait(String... args) |
public ExecIt(POSIXHandler handler)
public int runAndWait(String... args) throws IOException, InterruptedException
IOException
InterruptedException
public int runAndWait(OutputStream output, String... args) throws IOException, InterruptedException
IOException
InterruptedException
public Process run(String... args) throws IOException
IOException
Copyright © 2013. All rights reserved.