| Package | Description |
|---|---|
| oshi.hardware |
Provides interfaces to hardware such as Memory, Power Sources, and Processor
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
| oshi.software.common |
Provides abstract classes for common code
|
| oshi.software.os |
Provides interfaces and common objects for Software and OS
|
| 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 |
|---|---|
OSFileStore[] |
HardwareAbstractionLayer.getFileStores()
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 |
|---|---|
abstract OSFileStore[] |
AbstractHardwareAbstractionLayer.getFileStores()
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[] |
LinuxHardwareAbstractionLayer.getFileStores()
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[] |
MacHardwareAbstractionLayer.getFileStores()
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[] |
WindowsHardwareAbstractionLayer.getFileStores()
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 |
|---|---|
abstract OSFileStore[] |
AbstractFileSystem.getFileStores()
Get file stores on this machine
|
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
FileSystem.getFileStores()
Get file stores on this machine
|
| 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[] |
WindowsFileSystem.getFileStores()
Gets File System Information.
|
Copyright © 2010–2016 com.github.dblock. All rights reserved.