Class Process
java.lang.Object
java.lang.Process
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddestroy()abstract intabstract InputStreamabstract InputStreamabstract OutputStreamabstract intwaitFor()
-
Constructor Details
-
Process
public Process()
-
-
Method Details
-
destroy
public abstract void destroy() -
exitValue
public abstract int exitValue() -
getErrorStream
-
getInputStream
-
getOutputStream
-
waitFor
- Throws:
InterruptedException
-