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.
|
| FreeBSDProcessManager |
ProcessManager implementation for FreeBSD. |
| LinesPumpStreamHandler |
Copies standard output and error of sub-processes to list of lines.
|
| LinesStreamPumper |
Read all lines from an input stream.
|
| MacProcessManager |
ProcessManager implementation for Macos. |
| ProcessQuery |
Contains the required information used to query for a running process.
|
| PumpStreamHandler |
Copies standard output and error of sub-processes to given stream pumpers.
|
| PureJavaProcessManager |
ProcessManager implementation for Java. |
| 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.).Copyright © 2016 - present; JODConverter.org. All rights reserved.