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
  • Constructor Details

    • WindowsFileSystemFFM

      public WindowsFileSystemFFM()
      Creates a new instance. Calls SetErrorMode(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 JNA WindowsFileSystem implementation.
  • Method Details

    • getFileStores

      public List<oshi.software.os.OSFileStore> getFileStores(boolean localOnly)
    • getOpenFileDescriptors

      public long getOpenFileDescriptors()
    • getMaxFileDescriptors

      public long getMaxFileDescriptors()
    • getMaxFileDescriptorsPerProcess

      public long getMaxFileDescriptorsPerProcess()