info.jonclark.util
Class ProcessUtils

java.lang.Object
  extended by info.jonclark.util.ProcessUtils

public class ProcessUtils
extends Object


Constructor Summary
ProcessUtils()
           
 
Method Summary
static void runProcessWait(String commandLine)
           
static void sendStreamToBlackHole(InputStream in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessUtils

public ProcessUtils()
Method Detail

runProcessWait

public static void runProcessWait(String commandLine)
                           throws InterruptedException,
                                  IOException
Throws:
InterruptedException
IOException

sendStreamToBlackHole

public static void sendStreamToBlackHole(InputStream in)