Package com.jgcomptech.tools
Class OSInfo.Windows
- java.lang.Object
-
- com.jgcomptech.tools.OSInfo.Windows
-
- Enclosing class:
- OSInfo
public static final class OSInfo.Windows extends java.lang.ObjectReturns information about the Windows installation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOSInfo.Windows.ActivationReturns information about the Windows activation status.static classOSInfo.Windows.CheckIfContains boolean functions to check if certain conditions are true.static classOSInfo.Windows.EditionReturns the product type of the operating system running on this Computer.static classOSInfo.Windows.NameReturns the different names provided by the operating system.static classOSInfo.Windows.ServicePackReturns the service pack information of the operating system running on this Computer.static classOSInfo.Windows.SystemInformationReturns information about the current Windows installation.static classOSInfo.Windows.UserInfoReturns info about the currently logged in user account.static classOSInfo.Windows.VersionReturns the full version of the operating system running on this Computer.static classOSInfo.Windows.WMIReturns information from WMI.
-