|
The im4java Library, Version 1.4.0 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
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. |
Contains mostly low-level classes for managing processes.
|
The im4java Library, Version 1.4.0 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |