public static class ProcessUtils.ProcessTree extends Process
Constructor and Description |
---|
ProcessTree(Process process,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
int |
exitValue() |
InputStream |
getErrorStream() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
long |
getPid() |
Process |
getProcess() |
JIPipeProgressInfo |
getProgressInfo() |
int |
waitFor() |
destroyForcibly, isAlive, waitFor
public ProcessTree(Process process, JIPipeProgressInfo progressInfo)
public Process getProcess()
public long getPid()
public OutputStream getOutputStream()
getOutputStream
in class Process
public InputStream getInputStream()
getInputStream
in class Process
public InputStream getErrorStream()
getErrorStream
in class Process
public int waitFor() throws InterruptedException
waitFor
in class Process
InterruptedException
public JIPipeProgressInfo getProgressInfo()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.