Class WindowsFileSystemFFM
java.lang.Object
oshi.software.common.AbstractFileSystem
oshi.software.os.windows.WindowsFileSystemFFM
- All Implemented Interfaces:
oshi.software.os.FileSystem
@ThreadSafe
public class WindowsFileSystemFFM
extends oshi.software.common.AbstractFileSystem
-
Field Summary
Fields inherited from class oshi.software.common.AbstractFileSystem
NETWORK_FS_TYPES, PSEUDO_FS_TYPES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<oshi.software.os.OSFileStore> getFileStores(boolean localOnly) longlonglongMethods inherited from class oshi.software.common.AbstractFileSystem
getFileStores
-
Constructor Details
-
WindowsFileSystemFFM
public WindowsFileSystemFFM()Creates a new instance. CallsSetErrorMode(SEM_FAILCRITICALERRORS)to suppress system error dialogs for missing drives; this is a process-wide setting and is intentionally not restored, matching the behavior of the JNAWindowsFileSystemimplementation.
-
-
Method Details
-
getFileStores
-
getOpenFileDescriptors
public long getOpenFileDescriptors() -
getMaxFileDescriptors
public long getMaxFileDescriptors() -
getMaxFileDescriptorsPerProcess
public long getMaxFileDescriptorsPerProcess()
-