Uses of Class
oshi.software.common.os.linux.LinuxFileSystem
Packages that use LinuxFileSystem
Package
Description
Provides common (native-free) Linux operating system implementations shared by JNA and FFM modules.
Provides information about Software and OS on Linux
-
Uses of LinuxFileSystem in oshi.software.common.os.linux
Constructors in oshi.software.common.os.linux with parameters of type LinuxFileSystemModifierConstructorDescriptionLinuxOSFileStore(String name, String volume, String label, String mount, String options, String uuid, boolean local, String logicalVolume, String description, String fsType, long freeSpace, long usableSpace, long totalSpace, long freeInodes, long totalInodes, LinuxFileSystem fs) -
Uses of LinuxFileSystem in oshi.software.os.linux
Subclasses of LinuxFileSystem in oshi.software.os.linuxModifier and TypeClassDescriptionclassJNA-based Linux file system implementation.