| Package | Description |
|---|---|
| org.jruby.util |
| Modifier and Type | Field and Description |
|---|---|
private ShellLauncher.Pumper.Slave |
ShellLauncher.StreamPumper.slave |
private ShellLauncher.Pumper.Slave |
ShellLauncher.ChannelPumper.slave |
| Modifier and Type | Method and Description |
|---|---|
static ShellLauncher.Pumper.Slave |
ShellLauncher.Pumper.Slave.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShellLauncher.Pumper.Slave[] |
ShellLauncher.Pumper.Slave.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChannelPumper(Ruby runtime,
java.nio.channels.FileChannel inChannel,
java.nio.channels.FileChannel outChannel,
ShellLauncher.Pumper.Slave slave,
java.lang.Object sync) |
StreamPumper(Ruby runtime,
java.io.InputStream in,
java.io.OutputStream out,
boolean avail,
ShellLauncher.Pumper.Slave slave,
java.lang.Object sync) |