Top Description Inners Fields Constructors Methods
org.jruby.util

public Class ShellLauncher

extends Object
Class Inheritance
Annotations
@SuppressWarnings:deprecation
Static Imports
com.headius.backport9.buffer.Buffers.clearBuffer, .Buffers.flipBuffer, java.lang.System.out

This mess of a class is what happens when all Java gives you is Runtime.getRuntime().exec(). Thanks dude, that really helped.
Author
nicksieger

Nested and Inner Type Summary

Modifier and TypeClass and Description
private static class
public static class
private static interface
public static class
private static interface
private static class
private static class

Field Summary

Modifier and TypeField and Description
private static final boolean
private static final String[]
private static final String
private static final ShellLauncher.PidGetter
private static final Class<T>
private static final Field
private static final Method
private static final Pattern
private static final Class<T>
private static final Field
private static final Pattern
private static final String[]
private static final String[]

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
private static String[]
arrayOfLength(final String[] ary, final int len)

public static Process
buildProcess(Ruby runtime, String[] args, String[] env, File pwd)

private static boolean
changeDirInsideJar(final Ruby runtime, final String[] args)

public static String
changeDirInsideJar(final Ruby runtime, final String arg)

public static int
execAndWait(Ruby runtime, IRubyObject[] rawArgs)

public static int
execAndWait(Ruby runtime, IRubyObject[] rawArgs, Map<K, V> mergeEnv)

private static String[]
expandGlobs(Ruby runtime, String[] originalArgs)

private static boolean
filenameIsPathSearchable(String fname, boolean forExec)

public static File
findPathExecutable(Ruby runtime, String fname)

public static File
findPathExecutable(Ruby runtime, String fname, IRubyObject pathObject)

private static File
findPathFile(Ruby runtime, String fname, String[] path, boolean isExec)

public static String[]
private static String[]
getCurrentEnv(Ruby runtime, Map<K, V> mergeEnv)

public static String[]
getModifiedEnv(Ruby runtime, Collection<E> mergeEnv, boolean clearEnv)

private static String
getPathEntry(RubyArray<T extends IRubyObject> initArray)

private static long
public static long
private static long
private static long
private static String
getShell(Ruby runtime)

private static void
private static void
private static boolean
private static boolean
hasLeadingArgvArray(IRubyObject[] rawArgs)

Takes an argument array suitable for Kernel#exec or similar, and indicates whether it has a leading two-element array giving the path and argv[0] entries separately.

private static File
isValidFile(Ruby runtime, String fdir, String fname, boolean isExec)

private static File
isValidFile(Ruby runtime, String fname, boolean isExec)

pack-priv static void
log(Ruby runtime, String msg)

private static String[]
parseCommandLine(ThreadContext context, Ruby runtime, IRubyObject[] rawArgs)

public static ShellLauncher.POpenProcess
popen(Ruby runtime, IRubyObject string, ModeFlags modes)

public static ShellLauncher.POpenProcess
popen(Ruby runtime, IRubyObject[] strings, Map<K, V> env, ModeFlags modes)

public static ShellLauncher.POpenProcess
popen(Ruby runtime, IRubyObject string, Map<K, V> env, ModeFlags modes)

public static ShellLauncher.POpenProcess
popen(Ruby runtime, IRubyObject string, IOOptions modes)
Deprecated

public static ShellLauncher.POpenProcess
popen(Ruby runtime, IRubyObject[] strings, Map<K, V> env, IOOptions modes)
Deprecated

public static ShellLauncher.POpenProcess
popen3(Ruby runtime, IRubyObject[] strings)
Deprecated

public static ShellLauncher.POpenProcess
popen3(Ruby runtime, IRubyObject[] strings, boolean addShell)
Deprecated

private static Process
popenShared(Ruby runtime, IRubyObject[] strings)

private static Process
popenShared(Ruby runtime, IRubyObject[] strings, Map<K, V> env)

private static Process
popenShared(Ruby runtime, IRubyObject[] strings, Map<K, V> env, boolean addShell)

public static long
public static Process
run(Ruby runtime, IRubyObject string)

public static Process
run(Ruby runtime, IRubyObject[] rawArgs, boolean doExecutableSearch)

public static Process
run(Ruby runtime, IRubyObject[] rawArgs, boolean doExecutableSearch, boolean forceExternalProcess)

public static Process
run(Ruby runtime, Map<K, V> env, String dir, IRubyObject[] rawArgs, boolean doExecutableSearch, boolean forceExternalProcess)

public static int
runAndWait(Ruby runtime, IRubyObject[] rawArgs)

public static int
runAndWait(Ruby runtime, IRubyObject[] rawArgs, OutputStream output)

public static int
runAndWait(Ruby runtime, IRubyObject[] rawArgs, OutputStream output, boolean doExecutableSearch)

public static long[]
runAndWaitPid(Ruby runtime, IRubyObject[] rawArgs)

public static long[]
runAndWaitPid(Ruby runtime, IRubyObject[] rawArgs, OutputStream output, boolean doExecutableSearch)

public static long
runExternal(Ruby runtime, IRubyObject env, IRubyObject prog, IRubyObject options, IRubyObject args, boolean wait)

public static int
runExternalAndWait(Ruby runtime, IRubyObject[] rawArgs, Map<K, V> mergeEnv)

public static long
public static long
public static long
runWithoutWait(Ruby runtime, IRubyObject[] rawArgs)

private static long
runWithoutWait(Ruby runtime, IRubyObject[] rawArgs, OutputStream output)

public static boolean
private static File
tryFile(Ruby runtime, String fdir, String fname)

public static OutputStream
unwrapBufferedStream(OutputStream filteredStream)
Deprecated

public static InputStream
unwrapBufferedStream(InputStream filteredStream)
Deprecated

public static InputStream
unwrapFilterInputStream(InputStream filteredStream)
Deprecated

public static OutputStream
unwrapFilterOutputStream(OutputStream filteredStream)
Deprecated

private static boolean
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait