| 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 | Class and Description |
|---|---|
class |
AbstractNetworkParams
Common NetworkParams implementation.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkParams |
OperatingSystem.getNetworkParams()
Instantiates a
NetworkParams object. |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxNetworkParams |
| Modifier and Type | Method and Description |
|---|---|
NetworkParams |
LinuxOperatingSystem.getNetworkParams()
Instantiates a
NetworkParams object. |
| Modifier and Type | Class and Description |
|---|---|
class |
MacNetworkParams |
| Modifier and Type | Method and Description |
|---|---|
NetworkParams |
MacOperatingSystem.getNetworkParams()
Instantiates a
NetworkParams object. |
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBsdNetworkParams |
| Modifier and Type | Method and Description |
|---|---|
NetworkParams |
FreeBsdOperatingSystem.getNetworkParams()
Instantiates a
NetworkParams object. |
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisNetworkParams |
| Modifier and Type | Method and Description |
|---|---|
NetworkParams |
SolarisOperatingSystem.getNetworkParams()
Instantiates a
NetworkParams object. |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsNetworkParams |
| Modifier and Type | Method and Description |
|---|---|
NetworkParams |
WindowsOperatingSystem.getNetworkParams()
Instantiates a
NetworkParams object. |
Copyright © 2010–2017 oshi. All rights reserved.