Uses of Enum
oshi.software.os.OSService.State
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information
-
Uses of OSService.State in oshi.software.os
Modifier and TypeMethodDescriptionOSService.getState()
Getter for the fieldstate
.static OSService.State
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.ModifierConstructorDescriptionOSService
(String name, int processID, OSService.State state) Instantiate a newOSService
.