Uses of Interface
oshi.software.os.FileSystem
| Package | Description |
|---|---|
| oshi.software.common |
Provides abstract classes for common code
|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on Mac OS X
|
| oshi.software.os.unix.freebsd |
Provides information about Software and OS on FreeBSD
|
| oshi.software.os.unix.solaris |
Provides information about Software and OS on Solaris
|
| oshi.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 classAbstractFileSystem -
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.freebsd
Classes in oshi.software.os.unix.freebsd that implement FileSystem Modifier and Type Class Description classFreeBsdFileSystemThe 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.freebsd that return FileSystem Modifier and Type Method Description FileSystemFreeBsdOperatingSystem. 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()