Class OshiHWIDProvider

  • All Implemented Interfaces:
    pro.gravit.launcher.hwid.LauncherHWIDInterface

    public class OshiHWIDProvider
    extends java.lang.Object
    implements pro.gravit.launcher.hwid.LauncherHWIDInterface
    • Field Detail

      • systemInfo

        public oshi.SystemInfo systemInfo
      • hardware

        public oshi.hardware.HardwareAbstractionLayer hardware
      • noHWID

        public boolean noHWID
    • Constructor Detail

      • OshiHWIDProvider

        public OshiHWIDProvider()
    • Method Detail

      • getSerial

        public java.lang.String getSerial()
      • getProcessorID

        public java.lang.String getProcessorID()
      • getHWDisk

        public java.lang.String getHWDisk()
      • getMacAddr

        public java.lang.String getMacAddr()
      • getTotalMemory

        public long getTotalMemory()
      • getAvailableMemory

        public long getAvailableMemory()
      • printHardwareInformation

        public void printHardwareInformation()
      • getHWID

        public pro.gravit.launcher.hwid.HWID getHWID()
        Specified by:
        getHWID in interface pro.gravit.launcher.hwid.LauncherHWIDInterface