Class ProcessWrapper<T extends Process>
java.lang.Object
java.lang.Process
org.aksw.vshell.registry.ProcessWrapper<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Process
children, descendants, destroyForcibly, errorReader, errorReader, info, inputReader, inputReader, isAlive, onExit, outputWriter, outputWriter, pid, supportsNormalTermination, toHandle, waitFor
-
Constructor Details
-
ProcessWrapper
-
-
Method Details
-
getDelegate
-
getOutputStream
- Specified by:
getOutputStreamin classProcess
-
getInputStream
- Specified by:
getInputStreamin classProcess
-
getErrorStream
- Specified by:
getErrorStreamin classProcess
-
waitFor
- Specified by:
waitForin classProcess- Throws:
InterruptedException
-
exitValue
-
destroy
-