| 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. |
| Constructor and Description |
|---|
OSFileStore(OSFileStore fileStore)
Creates a copy of an OSFileStore.
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
LinuxFileSystem.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 |
|---|---|
static boolean |
LinuxFileSystem.updateFileStoreStats(OSFileStore osFileStore)
updateFileStoreStats.
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
MacFileSystem.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 |
|---|---|
static boolean |
MacFileSystem.updateFileStoreStats(OSFileStore osFileStore)
updateFileStoreStats.
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
FreeBsdFileSystem.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 |
|---|---|
static boolean |
FreeBsdFileSystem.updateFileStoreStats(OSFileStore osFileStore)
updateFileStoreStats.
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
SolarisFileSystem.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 |
|---|---|
static boolean |
SolarisFileSystem.updateFileStoreStats(OSFileStore osFileStore)
updateFileStoreStats.
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
WindowsFileSystem.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 |
|---|---|
static boolean |
WindowsFileSystem.updateFileStoreStats(OSFileStore osFileStore)
updateFileStoreStats.
|
Copyright © 2010–2019 oshi. All rights reserved.