java.lang
Class Process
java.lang.Object
java.lang.Process
public abstract class Process
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Process
public Process()
destroy
public abstract void destroy()
exitValue
public abstract int exitValue()
getErrorStream
public abstract InputStream getErrorStream()
getInputStream
public abstract InputStream getInputStream()
getOutputStream
public abstract OutputStream getOutputStream()
waitFor
public abstract int waitFor()
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.