Class OpenBsdOSFileStore

java.lang.Object
oshi.software.common.AbstractOSFileStore
oshi.software.os.unix.openbsd.OpenBsdOSFileStore
All Implemented Interfaces:
oshi.software.os.OSFileStore

@ThreadSafe public class OpenBsdOSFileStore extends oshi.software.common.AbstractOSFileStore
OSFileStore implementation
  • Constructor Details

    • OpenBsdOSFileStore

      public OpenBsdOSFileStore(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

    • getLogicalVolume

      public String getLogicalVolume()
    • getDescription

      public String getDescription()
    • getType

      public String getType()
    • getFreeSpace

      public long getFreeSpace()
    • getUsableSpace

      public long getUsableSpace()
    • getTotalSpace

      public long getTotalSpace()
    • getFreeInodes

      public long getFreeInodes()
    • getTotalInodes

      public long getTotalInodes()
    • updateAttributes

      public boolean updateAttributes()