| Package | Description |
|---|---|
| oshi |
Provides a cross-platform implementation to retrieve system information, such
as version, memory, CPU, disk, battery, etc.
|
| oshi.software.common |
Provides abstract classes for common code
|
| 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.windows |
Provides information about Software and OS on Windows
|
| Modifier and Type | Method and Description |
|---|---|
OperatingSystem |
SystemInfo.getOperatingSystem()
Creates a new instance of the appropriate platform-specific
OperatingSystem. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOperatingSystem |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxOperatingSystem
Linux is a family of free operating systems most commonly used on personal
computers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacOperatingSystem |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsOperatingSystem |
Copyright © 2010–2016 com.github.dblock. All rights reserved.