Uses of Interface
oshi.software.os.OSFileStore
Package
Description
Provides abstract classes for common code
[oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information
Provides information about Software and OS on Linux
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 OSFileStore in oshi.software.common
Modifier and TypeClassDescriptionclass
Common implementations for OSFileStore -
Uses of OSFileStore in oshi.software.os
Modifier and TypeMethodDescriptionFileSystem.getFileStores()
Get file stores on this machine Instantiates a list ofOSFileStore
objects, representing a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.FileSystem.getFileStores
(boolean localOnly) Get file stores on this machine Instantiates a list ofOSFileStore
objects, representing a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage. -
Uses of OSFileStore in oshi.software.os.linux
-
Uses of OSFileStore in oshi.software.os.mac
-
Uses of OSFileStore in oshi.software.os.unix.aix
-
Uses of OSFileStore in oshi.software.os.unix.freebsd
-
Uses of OSFileStore in oshi.software.os.unix.openbsd
-
Uses of OSFileStore in oshi.software.os.unix.solaris
-
Uses of OSFileStore in oshi.software.os.windows