Class WindowsOSFileStore

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

@ThreadSafe public abstract class WindowsOSFileStore extends AbstractOSFileStore
Common base class for Windows OSFileStore implementations.
  • Constructor Details

    • WindowsOSFileStore

      protected WindowsOSFileStore(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)
      Constructor.
      Parameters:
      name - the name
      volume - the volume
      label - the label
      mount - the mount
      options - the options
      uuid - the uuid
      local - the local
      logicalVolume - the logicalVolume
      description - the description
      fsType - the fsType
      freeSpace - the freeSpace
      usableSpace - the usableSpace
      totalSpace - the totalSpace
      freeInodes - the freeInodes
      totalInodes - the totalInodes