Uses of Interface
oshi.software.os.OSFileStore
-
Packages that use OSFileStore 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 OSFileStore in oshi.software.common
Classes in oshi.software.common that implement OSFileStore Modifier and Type Class Description class
AbstractOSFileStore
Common implementations for OSFileStoreMethods 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 a list ofOSFileStore
objects, 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 a list ofOSFileStore
objects, 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 class
LinuxOSFileStore
OSFileStore implementationMethods in oshi.software.os.linux that return types with arguments of type OSFileStore Modifier and Type Method Description (package private) static java.util.List<OSFileStore>
LinuxFileSystem. getFileStoreMatching(java.lang.String nameToMatch, java.util.Map<java.lang.String,java.lang.String> uuidMap)
private static java.util.List<OSFileStore>
LinuxFileSystem. getFileStoreMatching(java.lang.String nameToMatch, java.util.Map<java.lang.String,java.lang.String> uuidMap, boolean localOnly)
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 class
MacOSFileStore
OSFileStore implementationMethods in oshi.software.os.mac that return types with arguments of type OSFileStore Modifier and Type Method Description (package private) static java.util.List<OSFileStore>
MacFileSystem. getFileStoreMatching(java.lang.String nameToMatch)
private static java.util.List<OSFileStore>
MacFileSystem. getFileStoreMatching(java.lang.String nameToMatch, boolean localOnly)
java.util.List<OSFileStore>
MacFileSystem. getFileStores(boolean localOnly)
-
Uses of OSFileStore in oshi.software.os.unix.aix
Classes in oshi.software.os.unix.aix that implement OSFileStore Modifier and Type Class Description class
AixOSFileStore
OSFileStore implementationMethods in oshi.software.os.unix.aix that return types with arguments of type OSFileStore Modifier and Type Method Description (package private) static java.util.List<OSFileStore>
AixFileSystem. getFileStoreMatching(java.lang.String nameToMatch)
private static java.util.List<OSFileStore>
AixFileSystem. getFileStoreMatching(java.lang.String nameToMatch, boolean localOnly)
java.util.List<OSFileStore>
AixFileSystem. 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 class
FreeBsdOSFileStore
OSFileStore implementationMethods 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.openbsd
Classes in oshi.software.os.unix.openbsd that implement OSFileStore Modifier and Type Class Description class
OpenBsdOSFileStore
OSFileStore implementationMethods in oshi.software.os.unix.openbsd that return types with arguments of type OSFileStore Modifier and Type Method Description (package private) static java.util.List<OSFileStore>
OpenBsdFileSystem. getFileStoreMatching(java.lang.String nameToMatch)
private static java.util.List<OSFileStore>
OpenBsdFileSystem. getFileStoreMatching(java.lang.String nameToMatch, boolean localOnly)
java.util.List<OSFileStore>
OpenBsdFileSystem. 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 class
SolarisOSFileStore
OSFileStore implementationMethods in oshi.software.os.unix.solaris that return types with arguments of type OSFileStore Modifier and Type Method Description (package private) static java.util.List<OSFileStore>
SolarisFileSystem. getFileStoreMatching(java.lang.String nameToMatch)
private static java.util.List<OSFileStore>
SolarisFileSystem. getFileStoreMatching(java.lang.String nameToMatch, boolean localOnly)
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 class
WindowsOSFileStore
OSFileStore implementationMethods 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)
(package private) static java.util.ArrayList<OSFileStore>
WindowsFileSystem. getLocalVolumes(java.lang.String volumeToMatch)
Package private method for getting all mounted local drives.(package private) static java.util.List<OSFileStore>
WindowsFileSystem. getWmiVolumes(java.lang.String nameToMatch, boolean localOnly)
Package private method for getting logical drives listed in WMI.
-