|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.util.ShellLauncher
public class ShellLauncher
| Constructor Summary | |
|---|---|
ShellLauncher(Ruby runtime)
Creates a new instance of ShellLauncher |
|
| Method Summary | |
|---|---|
java.lang.Process |
run(IRubyObject string)
|
java.lang.Process |
run(IRubyObject[] rawArgs)
|
int |
runAndWait(IRubyObject[] rawArgs)
|
int |
runAndWait(IRubyObject[] rawArgs,
java.io.OutputStream output)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShellLauncher(Ruby runtime)
| Method Detail |
|---|
public int runAndWait(IRubyObject[] rawArgs)
public int runAndWait(IRubyObject[] rawArgs,
java.io.OutputStream output)
public java.lang.Process run(IRubyObject string)
throws java.io.IOException
java.io.IOException
public java.lang.Process run(IRubyObject[] rawArgs)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||