Uses of Class
oshi.software.common.AbstractOSFileStore
Packages that use AbstractOSFileStore
Package
Description
Provides common (native-free) Linux operating system implementations shared by JNA and FFM modules.
Provides information about Software and OS on macOS
Provides common implementations for Windows operating system information shared between JNA and FFM implementations.
Provides information about Software and OS on macOS
Provides information about Software and OS on AIX
Provides information about Software and OS on FreeBSD
Provides information about Software and OS on OpenBSD
Provides information about Software and OS on Solaris
Provides information about Software and OS on Windows
-
Uses of AbstractOSFileStore in oshi.software.common.os.linux
Subclasses of AbstractOSFileStore in oshi.software.common.os.linux -
Uses of AbstractOSFileStore in oshi.software.common.os.mac
Subclasses of AbstractOSFileStore in oshi.software.common.os.macModifier and TypeClassDescriptionclassCommon OSFileStore fields and getters for macOS implementations. -
Uses of AbstractOSFileStore in oshi.software.common.os.windows
Subclasses of AbstractOSFileStore in oshi.software.common.os.windowsModifier and TypeClassDescriptionclassCommon base class for Windows OSFileStore implementations, containing shared fields and getters. -
Uses of AbstractOSFileStore in oshi.software.os.mac
Subclasses of AbstractOSFileStore in oshi.software.os.mac -
Uses of AbstractOSFileStore in oshi.software.os.unix.aix
Subclasses of AbstractOSFileStore in oshi.software.os.unix.aix -
Uses of AbstractOSFileStore in oshi.software.os.unix.freebsd
Subclasses of AbstractOSFileStore in oshi.software.os.unix.freebsd -
Uses of AbstractOSFileStore in oshi.software.os.unix.openbsd
Subclasses of AbstractOSFileStore in oshi.software.os.unix.openbsd -
Uses of AbstractOSFileStore in oshi.software.os.unix.solaris
Subclasses of AbstractOSFileStore in oshi.software.os.unix.solaris -
Uses of AbstractOSFileStore in oshi.software.os.windows
Subclasses of AbstractOSFileStore in oshi.software.os.windowsModifier and TypeClassDescriptionclassJNA-based Windows OSFileStore implementation.