| Package | Description |
|---|---|
| oshi.software.common |
Provides abstract classes for common code
|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on Mac OS X
|
| oshi.software.os.unix.freebsd |
Provides information about Software and OS on FreeBSD
|
| oshi.software.os.unix.solaris |
Provides information about Software and OS on Solaris
|
| oshi.software.os.windows |
Provides information about Software and OS on Windows
|
| Modifier and Type | Method and Description |
|---|---|
OSService[] |
AbstractOperatingSystem.getServices() |
| Modifier and Type | Method and Description |
|---|---|
OSService[] |
OperatingSystem.getServices()
Gets the all services on the system.
|
| Modifier and Type | Method and Description |
|---|---|
OSService[] |
LinuxOperatingSystem.getServices() |
| Modifier and Type | Method and Description |
|---|---|
OSService[] |
MacOperatingSystem.getServices() |
| Modifier and Type | Method and Description |
|---|---|
OSService[] |
FreeBsdOperatingSystem.getServices() |
| Modifier and Type | Method and Description |
|---|---|
OSService[] |
SolarisOperatingSystem.getServices() |
| Modifier and Type | Method and Description |
|---|---|
OSService[] |
WindowsOperatingSystem.getServices() |
Copyright © 2010–2020 oshi. All rights reserved.