Class WindowsOSFileStoreFFM

java.lang.Object
oshi.software.common.AbstractOSFileStore
oshi.software.common.os.windows.WindowsOSFileStore
oshi.software.os.windows.WindowsOSFileStoreFFM
All Implemented Interfaces:
oshi.software.os.OSFileStore

@ThreadSafe public class WindowsOSFileStoreFFM extends oshi.software.common.os.windows.WindowsOSFileStore
FFM-based Windows OSFileStore implementation.
  • Constructor Summary

    Constructors
    Constructor
    Description
    WindowsOSFileStoreFFM(String name, String volume, String label, String mount, String options, String uuid, boolean local, String logicalVolume, String description, String fsType, long freeSpace, long usableSpace, long totalSpace, long freeInodes, long totalInodes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class oshi.software.common.os.windows.WindowsOSFileStore

    getDescription, getFreeInodes, getFreeSpace, getLogicalVolume, getTotalInodes, getTotalSpace, getType, getUsableSpace, updateFrom

    Methods inherited from class oshi.software.common.AbstractOSFileStore

    getLabel, getMount, getName, getOptions, getUUID, getVolume, isLocal, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WindowsOSFileStoreFFM

      public WindowsOSFileStoreFFM(String name, String volume, String label, String mount, String options, String uuid, boolean local, String logicalVolume, String description, String fsType, long freeSpace, long usableSpace, long totalSpace, long freeInodes, long totalInodes)
  • Method Details

    • updateAttributes

      public boolean updateAttributes()