Uses of Enum
oshi.software.os.OSService.State
Packages that use 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
Methods in oshi.software.os that return OSService.StateModifier and TypeMethodDescriptionOSService.getState()Getter for the fieldstate.static OSService.StateReturns 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.StateModifierConstructorDescriptionOSService(String name, int processID, OSService.State state) Instantiate a newOSService.