| Package | Description |
|---|---|
| org.zeroturnaround.process |
| Modifier and Type | Class and Description |
|---|---|
class |
UnixProcess
Process implementation for UNIX PID values.
|
class |
WindowsProcess
Process implementation for Windows PID values.
|
| Modifier and Type | Method and Description |
|---|---|
static PidProcess |
Processes.newPidProcess(int pid)
Creates an instance that represents the given PID value.
|
static PidProcess |
Processes.newPidProcess(Process process)
Creates an instance that represents the PID value of the given
Process. |
Copyright © 2019 ZeroTurnaround. All rights reserved.