Uses of Class
oshi.software.os.OSProcess.State
Package | Description |
---|---|
oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
oshi.software.os.linux |
Provides information about Software and OS on Linux
|
oshi.software.os.mac |
Provides information about Software and OS on Mac OS X
|
oshi.software.os.unix.freebsd |
Provides information about Software and OS on FreeBSD
|
oshi.software.os.unix.solaris |
Provides information about Software and OS on Solaris
|
oshi.software.os.windows |
Provides information about Software and OS on Windows
|
-
Uses of OSProcess.State in oshi.software.os
Methods in oshi.software.os that return OSProcess.State Modifier and Type Method Description OSProcess.State
OSProcess. getState()
Getter for the fieldstate
.static OSProcess.State
OSProcess.State. valueOf(java.lang.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. -
Uses of OSProcess.State in oshi.software.os.linux
Methods in oshi.software.os.linux that return OSProcess.State Modifier and Type Method Description OSProcess.State
LinuxOSProcess. getState()
-
Uses of OSProcess.State in oshi.software.os.mac
Methods in oshi.software.os.mac that return OSProcess.State Modifier and Type Method Description OSProcess.State
MacOSProcess. getState()
-
Uses of OSProcess.State in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return OSProcess.State Modifier and Type Method Description OSProcess.State
FreeBsdOSProcess. getState()
-
Uses of OSProcess.State in oshi.software.os.unix.solaris
Methods in oshi.software.os.unix.solaris that return OSProcess.State Modifier and Type Method Description OSProcess.State
SolarisOSProcess. getState()
-
Uses of OSProcess.State in oshi.software.os.windows
Methods in oshi.software.os.windows that return OSProcess.State Modifier and Type Method Description OSProcess.State
WindowsOSProcess. getState()