Class HWInfo.BIOS

  • Enclosing class:
    HWInfo

    public static final class HWInfo.BIOS
    extends java.lang.Object
    Returns information about the system BIOS.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getReleaseDate()
      Returns the system BIOS release date stored in the registry.
      static java.lang.String getVendor()
      Returns the system BIOS vendor name stored in the registry.
      static java.lang.String getVersion()
      Returns the system BIOS version stored in the registry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getReleaseDate

        public static java.lang.String getReleaseDate()
        Returns the system BIOS release date stored in the registry.
        Returns:
        BIOS date as string
      • getVersion

        public static java.lang.String getVersion()
        Returns the system BIOS version stored in the registry.
        Returns:
        BIOS version as string
      • getVendor

        public static java.lang.String getVendor()
        Returns the system BIOS vendor name stored in the registry.
        Returns:
        BIOS vendor name as string