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 classAbstractFileSystemCommon methods for filesystem implementations -
Uses of FileSystem in oshi.software.os
Methods in oshi.software.os that return FileSystem Modifier and Type Method Description FileSystemOperatingSystem. getFileSystem()Instantiates aFileSystemobject. -
Uses of FileSystem in oshi.software.os.linux
Classes in oshi.software.os.linux that implement FileSystem Modifier and Type Class Description classLinuxFileSystemThe Linux File System containsOSFileStores 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 FileSystemLinuxOperatingSystem. getFileSystem() -
Uses of FileSystem in oshi.software.os.mac
Classes in oshi.software.os.mac that implement FileSystem Modifier and Type Class Description classMacFileSystemThe Mac File System containsOSFileStores 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 FileSystemMacOperatingSystem. 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 classAixFileSystemThe AIX File System containsOSFileStores 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 FileSystemAixOperatingSystem. 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 classFreeBsdFileSystemThe FreeBSD File System containsOSFileStores 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 FileSystemFreeBsdOperatingSystem. 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 classOpenBsdFileSystemThe FreeBSD File System containsOSFileStores 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 FileSystemOpenBsdOperatingSystem. 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 classSolarisFileSystemThe Solaris File System containsOSFileStores 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 FileSystemSolarisOperatingSystem. getFileSystem() -
Uses of FileSystem in oshi.software.os.windows
Classes in oshi.software.os.windows that implement FileSystem Modifier and Type Class Description classWindowsFileSystemThe Windows File System containsOSFileStores 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 FileSystemWindowsOperatingSystem. getFileSystem()
-