Uses of Class
oshi.software.common.AbstractFileSystem
| Package | Description |
|---|---|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on macOS
|
| oshi.software.os.unix.aix |
Provides information about Software and OS on AIX
|
| 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
|
-
Uses of AbstractFileSystem in oshi.software.os.linux
Subclasses of AbstractFileSystem in oshi.software.os.linux Modifier and Type Class Description classLinuxFileSystemThe Linux File System containsOSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage. -
Uses of AbstractFileSystem in oshi.software.os.mac
Subclasses of AbstractFileSystem in oshi.software.os.mac Modifier and Type Class Description classMacFileSystemThe Mac File System containsOSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage. -
Uses of AbstractFileSystem in oshi.software.os.unix.aix
Subclasses of AbstractFileSystem in oshi.software.os.unix.aix Modifier and Type Class Description classAixFileSystemThe AIX File System containsOSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage. -
Uses of AbstractFileSystem in oshi.software.os.unix.freebsd
Subclasses of AbstractFileSystem in oshi.software.os.unix.freebsd Modifier and Type Class Description classFreeBsdFileSystemThe Solaris File System containsOSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage. -
Uses of AbstractFileSystem in oshi.software.os.unix.solaris
Subclasses of AbstractFileSystem in oshi.software.os.unix.solaris Modifier and Type Class Description classSolarisFileSystemThe Solaris File System containsOSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage. -
Uses of AbstractFileSystem in oshi.software.os.windows
Subclasses of AbstractFileSystem in oshi.software.os.windows Modifier and Type Class Description classWindowsFileSystemThe Windows File System containsOSFileStores which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.