Uses of Enum Class
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
Subclasses with type arguments of type OSService.State in oshi.software.osMethods in oshi.software.os that return OSService.StateModifier and TypeMethodDescriptionOSService.getState()Getter for the fieldstate.static OSService.StateReturns the enum constant of this class with the specified name.static OSService.State[]OSService.State.values()Returns an array containing the constants of this enum class, 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.