Class FreeBsdOSFileStore

java.lang.Object
oshi.software.common.AbstractOSFileStore
oshi.software.os.unix.freebsd.FreeBsdOSFileStore
All Implemented Interfaces:
oshi.software.os.OSFileStore

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

    • FreeBsdOSFileStore

      public FreeBsdOSFileStore(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()