public class SystemInfoUtils extends Object
Constructor and Description |
---|
SystemInfoUtils() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayVersion()
Retrieves the displaying version of the current system i.e:
17.0.0
2015.1.1
This is typically equal to the string returned by getVersion(), but may differ.
|
String |
getPackageDescription()
Retrieves the package description of the current system i.e:
OpenNMS
OpenNMS Meridian
|
String |
getPackageName()
Retrieves the package name of the current system i.e:
opennms
meridian
|
String |
getVersion()
Retrieves the version of the current system i.e:
17.0.0
2015.1.1
|
public String getVersion()
public String getDisplayVersion()
public String getPackageName()
public String getPackageDescription()
Copyright © 2017. All rights reserved.