Uses of Class
oshi.software.os.OSFileStore
| 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 macOS
|
| 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 OSFileStore in oshi.software.common
Methods in oshi.software.common that return OSFileStore Modifier and Type Method Description OSFileStore[]AbstractFileSystem. getFileStores() -
Uses of OSFileStore in oshi.software.os
Methods in oshi.software.os that return OSFileStore Modifier and Type Method Description OSFileStore[]FileSystem. getFileStores()Get file stores on this machine Instantiates an array ofOSFileStoreobjects, representing a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.OSFileStore[]FileSystem. getFileStores(boolean localOnly)Get file stores on this machine Instantiates an array ofOSFileStoreobjects, representing a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.Constructors in oshi.software.os with parameters of type OSFileStore Constructor Description OSFileStore(OSFileStore fileStore)Creates a copy of an OSFileStore. -
Uses of OSFileStore in oshi.software.os.linux
Methods in oshi.software.os.linux that return OSFileStore Modifier and Type Method Description OSFileStore[]LinuxFileSystem. getFileStores(boolean localOnly)Methods in oshi.software.os.linux with parameters of type OSFileStore Modifier and Type Method Description static booleanLinuxFileSystem. updateFileStoreStats(OSFileStore osFileStore)updateFileStoreStats. -
Uses of OSFileStore in oshi.software.os.mac
Methods in oshi.software.os.mac that return OSFileStore Modifier and Type Method Description OSFileStore[]MacFileSystem. getFileStores(boolean localOnly)Methods in oshi.software.os.mac with parameters of type OSFileStore Modifier and Type Method Description static booleanMacFileSystem. updateFileStoreStats(OSFileStore osFileStore)updateFileStoreStats. -
Uses of OSFileStore in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return OSFileStore Modifier and Type Method Description OSFileStore[]FreeBsdFileSystem. getFileStores(boolean localOnly)Methods in oshi.software.os.unix.freebsd with parameters of type OSFileStore Modifier and Type Method Description static booleanFreeBsdFileSystem. updateFileStoreStats(OSFileStore osFileStore)updateFileStoreStats. -
Uses of OSFileStore in oshi.software.os.unix.solaris
Methods in oshi.software.os.unix.solaris that return OSFileStore Modifier and Type Method Description OSFileStore[]SolarisFileSystem. getFileStores(boolean localOnly)Methods in oshi.software.os.unix.solaris with parameters of type OSFileStore Modifier and Type Method Description static booleanSolarisFileSystem. updateFileStoreStats(OSFileStore osFileStore)updateFileStoreStats. -
Uses of OSFileStore in oshi.software.os.windows
Methods in oshi.software.os.windows that return OSFileStore Modifier and Type Method Description OSFileStore[]WindowsFileSystem. getFileStores(boolean localOnly)Methods in oshi.software.os.windows with parameters of type OSFileStore Modifier and Type Method Description static booleanWindowsFileSystem. updateFileStoreStats(OSFileStore osFileStore)updateFileStoreStats.