ProcessManager implementations for
dealing with office processes (kill processes, retrieve process ids, etc.).See: Description
| Interface | Description |
|---|---|
| ProcessManager |
Provides services required to manage a running process.
|
| StreamPumper.LineConsumer |
Provides a function to consume a line read from a stream.
|
| Class | Description |
|---|---|
| AbstractProcessManager |
Base class for all process manager implementations included in the standard JODConverter
distribution.
|
| LinesPumpStreamHandler |
Copies standard output and error of subprocesses to list of lines.
|
| LinesStreamPumper |
Read all lines from an input stream.
|
| MacProcessManager | |
| ProcessQuery |
Contains the required information used to query for a running process.
|
| PumpStreamHandler |
Copies standard output and error of subprocesses to given stream pumpers.
|
| PureJavaProcessManager | |
| StreamPumper |
Read all lines from an input stream.
|
| UnixProcessManager |
ProcessManager implementation for *nix systems. |
| WindowsProcessManager |
ProcessManager implementation for Windows. |
ProcessManager implementations for
dealing with office processes (kill processes, retrieve process ids, etc.).