Package com.jgcomptech.tools
Class OSInfo
- java.lang.Object
-
- com.jgcomptech.tools.OSInfo
-
public final class OSInfo extends java.lang.ObjectReturns information about the operating system.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOSInfo.ArchitectureDetermines if the current application is 32 or 64-bit.static classOSInfo.CheckIfRuns different checks against the OS and returns a boolean value.static classOSInfo.InstallInfoObjectAn Install Info Object for use with theComputerInfoclass.static classOSInfo.NameReturns the different names provided by the operating system.static classOSInfo.OSObjectAn Operating System Object for use with theComputerInfoclass.static classOSInfo.VersionObjectA Version Object for use with theComputerInfoclass.static classOSInfo.WindowsReturns information about the Windows installation.
-