Uses of Class
oshi.software.os.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
Methods in oshi.software.os that return OSService.State Modifier and Type Method Description OSService.StateOSService. getState()Getter for the fieldstate.static OSService.StateOSService.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.