| 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 |
|---|---|
FileSystem |
OperatingSystem.getFileSystem()
Instantiates a
FileSystem object. |
| 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 | Method and Description |
|---|---|
FileSystem |
LinuxOperatingSystem.getFileSystem()
Instantiates a
FileSystem object. |
| 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 | Method and Description |
|---|---|
FileSystem |
MacOperatingSystem.getFileSystem()
Instantiates a
FileSystem object. |
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBsdFileSystem
The Solaris 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 | Method and Description |
|---|---|
FileSystem |
FreeBsdOperatingSystem.getFileSystem()
Instantiates a
FileSystem object. |
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisFileSystem
The Solaris 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 | Method and Description |
|---|---|
FileSystem |
SolarisOperatingSystem.getFileSystem()
Instantiates a
FileSystem object. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
WindowsOperatingSystem.getFileSystem()
Instantiates a
FileSystem object. |
Copyright © 2010–2019 oshi. All rights reserved.