public abstract class Process extends Object
Constructor | Description |
---|---|
Process() |
Modifier and Type | Method | Description |
---|---|---|
abstract void |
destroy() |
|
abstract int |
exitValue() |
|
abstract InputStream |
getErrorStream() |
|
abstract InputStream |
getInputStream() |
|
abstract OutputStream |
getOutputStream() |
|
abstract int |
waitFor() |
public abstract void destroy()
public abstract int exitValue()
public abstract InputStream getErrorStream()
public abstract InputStream getInputStream()
public abstract OutputStream getOutputStream()
public abstract int waitFor() throws InterruptedException
InterruptedException