Uses of Class
oshi.software.common.AbstractFileSystem
-
Packages that use AbstractFileSystem Package Description oshi.software.os.linux Provides information about Software and OS on Linuxoshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.unix.aix Provides information about Software and OS on AIXoshi.software.os.unix.freebsd Provides information about Software and OS on FreeBSDoshi.software.os.unix.openbsd Provides information about Software and OS on OpenBSDoshi.software.os.unix.solaris Provides information about Software and OS on Solarisoshi.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 class
LinuxFileSystem
The Linux File System containsOSFileStore
s 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 class
MacFileSystem
The Mac File System containsOSFileStore
s 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 class
AixFileSystem
The AIX File System containsOSFileStore
s 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 class
FreeBsdFileSystem
The FreeBSD File System containsOSFileStore
s 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.openbsd
Subclasses of AbstractFileSystem in oshi.software.os.unix.openbsd Modifier and Type Class Description class
OpenBsdFileSystem
The FreeBSD File System containsOSFileStore
s 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 class
SolarisFileSystem
The Solaris File System containsOSFileStore
s 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 class
WindowsFileSystem
The Windows File System containsOSFileStore
s which are a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.
-