See: Description
| Interface | Description |
|---|---|
| ErrorConsumer |
This interface defines an ErrorConsumer.
|
| InputProvider |
This interface defines an InputProvider.
|
| OutputConsumer |
This interface defines an OutputConsumer.
|
| ProcessEventListener |
This interface defines methods for a ProcessEventListener.
|
| ProcessListener | Deprecated
This interface has been superseeded by ProcessEventListener
|
| Class | Description |
|---|---|
| ArrayListConsumer |
Base class for ArrayListOutputConsumer and ArrayListErrorConsumer
with common methods.
|
| ArrayListErrorConsumer |
This class is an ErrorConsumer which saves the output to an ArrayList.
|
| ArrayListOutputConsumer |
This class is an OutputConsumer which saves the output to an ArrayList.
|
| Pipe |
This class implements a pipe.
|
| ProcessEvent |
This class wraps return-code and Exceptions of a terminated process.
|
| ProcessExecutor |
This class subclasses ThreadPoolExecutor and implements a
pooling-service for threads running processes.
|
| ProcessStarter |
This class implements the processing of os-commands using a
ProcessBuilder.
|
| ProcessTask |
This class represents a runnable process.
|
| StandardStream |
This class is a container for objects logically wrapping stdin, stdout
and stderr.
|
Copyright © 2019. All rights reserved.