Uses of Interface
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 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 OSFileStore in oshi.software.common
Classes in oshi.software.common that implement OSFileStore Modifier and Type Class Description classAbstractOSFileStoreMethods in oshi.software.common that return types with arguments of type OSFileStore Modifier and Type Method Description java.util.List<OSFileStore>AbstractFileSystem. getFileStores() -
Uses of OSFileStore in oshi.software.os
Methods in oshi.software.os that return types with arguments of type OSFileStore Modifier and Type Method Description java.util.List<OSFileStore>FileSystem. getFileStores()Get file stores on this machine Instantiates anUnmodifiableListofOSFileStoreobjects, representing a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage.java.util.List<OSFileStore>FileSystem. getFileStores(boolean localOnly)Get file stores on this machine Instantiates anUnmodifiableListofOSFileStoreobjects, 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
Classes in oshi.software.os.linux that implement OSFileStore Modifier and Type Class Description classLinuxOSFileStoreMethods in oshi.software.os.linux that return types with arguments of type OSFileStore Modifier and Type Method Description java.util.List<OSFileStore>LinuxFileSystem. getFileStores(boolean localOnly) -
Uses of OSFileStore in oshi.software.os.mac
Classes in oshi.software.os.mac that implement OSFileStore Modifier and Type Class Description classMacOSFileStoreMethods in oshi.software.os.mac that return types with arguments of type OSFileStore Modifier and Type Method Description java.util.List<OSFileStore>MacFileSystem. getFileStores(boolean localOnly) -
Uses of OSFileStore in oshi.software.os.unix.freebsd
Classes in oshi.software.os.unix.freebsd that implement OSFileStore Modifier and Type Class Description classFreeBsdOSFileStoreMethods in oshi.software.os.unix.freebsd that return types with arguments of type OSFileStore Modifier and Type Method Description java.util.List<OSFileStore>FreeBsdFileSystem. getFileStores(boolean localOnly) -
Uses of OSFileStore in oshi.software.os.unix.solaris
Classes in oshi.software.os.unix.solaris that implement OSFileStore Modifier and Type Class Description classSolarisOSFileStoreMethods in oshi.software.os.unix.solaris that return types with arguments of type OSFileStore Modifier and Type Method Description java.util.List<OSFileStore>SolarisFileSystem. getFileStores(boolean localOnly) -
Uses of OSFileStore in oshi.software.os.windows
Classes in oshi.software.os.windows that implement OSFileStore Modifier and Type Class Description classWindowsOSFileStoreMethods in oshi.software.os.windows that return types with arguments of type OSFileStore Modifier and Type Method Description java.util.List<OSFileStore>WindowsFileSystem. getFileStores(boolean localOnly)