| Package | Description |
|---|---|
| oshi.software.common |
Provides abstract classes for common code
|
| oshi.software.os |
Provides interfaces and common objects for Software and OS
|
| Modifier and Type | Field and Description |
|---|---|
protected OSProcess.State |
AbstractProcess.state |
| Modifier and Type | Method and Description |
|---|---|
OSProcess.State |
AbstractProcess.getState() |
| Modifier and Type | Method and Description |
|---|---|
OSProcess.State |
OSProcess.getState() |
static OSProcess.State |
OSProcess.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSProcess.State[] |
OSProcess.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2016 com.github.dblock. All rights reserved.