| Interface | Description |
|---|---|
| ProcessInputStreamListener |
The
ProcessInputStreamListener is a callback interface that gets called when input arrives from either a
process's standard output steam or standard error stream. |
| Class | Description |
|---|---|
| ProcessConfiguration |
The
ProcessConfiguration class is a container encapsulating configuration and context meta-data
for a running process. |
| ProcessExecutor |
The
ProcessExecutor class is a utility class for launching and running Java processes. |
| ProcessUtils |
The
ProcessUtils class is a utility class for working with Operating System (OS) processes. |
| ProcessUtils.DirectoryPidFileFilter | |
| ProcessUtils.PidFileFilter | |
| ProcessWrapper |
The ProcessWrapper class is a wrapper for a Process object representing an OS process and the ProcessBuilder used
to construct and start the process.
|
| Exception | Description |
|---|---|
| PidNotFoundException |
The
PidNotFoundException class is a RuntimeException indicating that the process ID (PID)
is unobtainable for the current Process. |