Uses of Interface
oshi.software.os.FileSystem
-
Packages that use FileSystem Package Description oshi.software.common Provides abstract classes for common codeoshi.software.os [oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process informationoshi.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 FileSystem in oshi.software.common
Classes in oshi.software.common that implement FileSystem Modifier and Type Class Description class
AbstractFileSystem
Common methods for filesystem implementations -
Uses of FileSystem in oshi.software.os
Methods in oshi.software.os that return FileSystem Modifier and Type Method Description FileSystem
OperatingSystem. getFileSystem()
Instantiates aFileSystem
object. -
Uses of FileSystem in oshi.software.os.linux
Classes in oshi.software.os.linux that implement FileSystem 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.Methods in oshi.software.os.linux that return FileSystem Modifier and Type Method Description FileSystem
LinuxOperatingSystem. getFileSystem()
-
Uses of FileSystem in oshi.software.os.mac
Classes in oshi.software.os.mac that implement FileSystem 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.Methods in oshi.software.os.mac that return FileSystem Modifier and Type Method Description FileSystem
MacOperatingSystem. getFileSystem()
-
Uses of FileSystem in oshi.software.os.unix.aix
Classes in oshi.software.os.unix.aix that implement FileSystem 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.Methods in oshi.software.os.unix.aix that return FileSystem Modifier and Type Method Description FileSystem
AixOperatingSystem. getFileSystem()
-
Uses of FileSystem in oshi.software.os.unix.freebsd
Classes in oshi.software.os.unix.freebsd that implement FileSystem 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.Methods in oshi.software.os.unix.freebsd that return FileSystem Modifier and Type Method Description FileSystem
FreeBsdOperatingSystem. getFileSystem()
-
Uses of FileSystem in oshi.software.os.unix.openbsd
Classes in oshi.software.os.unix.openbsd that implement FileSystem 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.Methods in oshi.software.os.unix.openbsd that return FileSystem Modifier and Type Method Description FileSystem
OpenBsdOperatingSystem. getFileSystem()
-
Uses of FileSystem in oshi.software.os.unix.solaris
Classes in oshi.software.os.unix.solaris that implement FileSystem 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.Methods in oshi.software.os.unix.solaris that return FileSystem Modifier and Type Method Description FileSystem
SolarisOperatingSystem. getFileSystem()
-
Uses of FileSystem in oshi.software.os.windows
Classes in oshi.software.os.windows that implement FileSystem 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.Methods in oshi.software.os.windows that return FileSystem Modifier and Type Method Description FileSystem
WindowsOperatingSystem. getFileSystem()
-