Package org.eclipse.remote.core
Class RemoteProcessAdapter
java.lang.Object
java.lang.Process
org.eclipse.remote.core.RemoteProcessAdapter
Utility class to adapt an IRemoteProcess to a java.lang.Process
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Process
children, descendants, destroyForcibly, errorReader, errorReader, info, inputReader, inputReader, isAlive, onExit, outputWriter, outputWriter, pid, supportsNormalTermination, toHandle, waitFor
-
Constructor Details
-
RemoteProcessAdapter
-
-
Method Details
-
destroy
public void destroy() -
exitValue
public int exitValue() -
getErrorStream
- Specified by:
getErrorStream
in classProcess
-
getInputStream
- Specified by:
getInputStream
in classProcess
-
getOutputStream
- Specified by:
getOutputStream
in classProcess
-
waitFor
- Specified by:
waitFor
in classProcess
- Throws:
InterruptedException
-