Uses of Class
oshi.software.os.OSService.State
-
Packages that use OSService.State Package Description oshi.software.os [oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information -
-
Uses of OSService.State in oshi.software.os
Fields in oshi.software.os declared as OSService.State Modifier and Type Field Description private OSService.State
OSService. state
Methods in oshi.software.os that return OSService.State Modifier and Type Method Description OSService.State
OSService. getState()
Getter for the fieldstate
.static OSService.State
OSService.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OSService.State[]
OSService.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in oshi.software.os with parameters of type OSService.State Constructor Description OSService(java.lang.String name, int processID, OSService.State state)
Instantiate a newOSService
.
-