textbender.g.lang
Class ProcessX

java.lang.Object
  extended by ProcessX

public final class ProcessX
extends Object

Process utilities.


Method Summary
static boolean tryWaitFor(Process process)
          Same as process.waitFor(), but returns normally if interrupted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

tryWaitFor

public static boolean tryWaitFor(Process process)
Same as process.waitFor(), but returns normally if interrupted.

Returns:
true if the wait ended normally; false if an InterruptedException occured