| 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.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 |
|---|---|
FileSystem |
HardwareAbstractionLayer.getFileSystem()
Instantiates a
FileSystem object. |
| Modifier and Type | Method and Description |
|---|---|
abstract FileSystem |
AbstractHardwareAbstractionLayer.getFileSystem()
Instantiates a
FileSystem object. |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
LinuxHardwareAbstractionLayer.getFileSystem()
Instantiates a
FileSystem object. |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
MacHardwareAbstractionLayer.getFileSystem()
Instantiates a
FileSystem object. |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
WindowsHardwareAbstractionLayer.getFileSystem()
Instantiates a
FileSystem object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileSystem
The File System is a storage pool, device, partition, volume, concrete file
system or other implementation specific means of file storage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxFileSystem
The Linux File System contains
OSFileStores which are a storage pool,
device, partition, volume, concrete file system or other implementation
specific means of file storage. |
| Modifier and Type | Class and Description |
|---|---|
class |
MacFileSystem
The Mac File System contains
OSFileStores which are a storage pool,
device, partition, volume, concrete file system or other implementation
specific means of file storage. |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsFileSystem
The Windows File System contains
OSFileStores which are a storage
pool, device, partition, volume, concrete file system or other implementation
specific means of file storage. |
Copyright © 2010–2016 com.github.dblock. All rights reserved.