Package com.jgcomptech.tools
Class HWInfo.BIOS
- java.lang.Object
-
- com.jgcomptech.tools.HWInfo.BIOS
-
- Enclosing class:
- HWInfo
public static final class HWInfo.BIOS extends java.lang.ObjectReturns information about the system BIOS.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetReleaseDate()Returns the system BIOS release date stored in the registry.static java.lang.StringgetVendor()Returns the system BIOS vendor name stored in the registry.static java.lang.StringgetVersion()Returns the system BIOS version stored in the registry.
-
-
-
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
-
-