| Package | Description |
|---|---|
| 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 |
|---|---|
OSFileStore[] |
FileSystem.getFileStores()
Get file stores on this machine
Instantiates an array of
OSFileStore objects, representing a
storage pool, device, partition, volume, concrete file system or other
implementation specific means of file storage. |
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
LinuxFileSystem.getFileStores()
Gets File System Information.
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
MacFileSystem.getFileStores()
Gets File System Information.
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
FreeBsdFileSystem.getFileStores()
Gets File System Information.
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
SolarisFileSystem.getFileStores()
Gets File System Information.
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
WindowsFileSystem.getFileStores()
Gets File System Information.
|
Copyright © 2010–2017 oshi. All rights reserved.