public class ProcessDescriptor extends Object
Constructor and Description |
---|
ProcessDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected OutputConsumerThread |
getErrConsumer() |
List<String> |
getErrorLog() |
int |
getExitValue() |
protected OutputConsumerThread |
getOutConsumer() |
List<String> |
getOutputLog() |
Process |
getProcess() |
protected Thread |
getShutdownHook() |
protected Timer |
getTimer() |
protected void |
setErrConsumerThread(OutputConsumerThread errConsumer) |
protected void |
setOutConsumerThread(OutputConsumerThread outConsumer) |
protected void |
setProcess(Process process) |
protected void |
setShutdownHook(Thread shutdownHook) |
protected void |
setTimer(Timer timer) |
public Process getProcess()
protected void setProcess(Process process)
public int getExitValue()
protected Timer getTimer()
protected void setTimer(Timer timer)
protected OutputConsumerThread getOutConsumer()
protected void setOutConsumerThread(OutputConsumerThread outConsumer)
protected OutputConsumerThread getErrConsumer()
protected void setErrConsumerThread(OutputConsumerThread errConsumer)
protected Thread getShutdownHook()
protected void setShutdownHook(Thread shutdownHook)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.