Uses of Enum
org.jruby.util.ShellLauncher.Pumper.Slave
Packages that use ShellLauncher.Pumper.Slave
-
Uses of ShellLauncher.Pumper.Slave in org.jruby.util
Fields in org.jruby.util declared as ShellLauncher.Pumper.SlaveModifier and TypeFieldDescriptionprivate final ShellLauncher.Pumper.SlaveShellLauncher.ChannelPumper.slaveprivate final ShellLauncher.Pumper.SlaveShellLauncher.StreamPumper.slaveMethods in org.jruby.util that return ShellLauncher.Pumper.SlaveModifier and TypeMethodDescriptionstatic ShellLauncher.Pumper.SlaveReturns 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.Constructors in org.jruby.util with parameters of type ShellLauncher.Pumper.SlaveModifierConstructorDescription(package private)ChannelPumper(Ruby runtime, FileChannel inChannel, FileChannel outChannel, ShellLauncher.Pumper.Slave slave, Object sync) (package private)StreamPumper(Ruby runtime, InputStream in, OutputStream out, boolean avail, ShellLauncher.Pumper.Slave slave, Object sync)