- getJavaRuntimeVersion() - Method in JreVersion
-
Helper method to get the main Java version number since this value is contained in a different location
in the version string for Java 8- and Java 9+
- getMajor() - Method in JreVersion
-
@return The major component as an integer
- getMajorMinor() - Method in JreVersion
-
Get the major and minor components of the version.
- getMinor() - Method in JreVersion
-
@return The minor component as an integer
- getPatch() - Method in JreVersion
-
@return The patch component as an integer
- getPluginDependencySpecs(boolean, String) - Method in InstallerSupportPlugin
-
Construct a list of the plugin dependency specifications for the given installer variant.
- getUpdateVersion() - Method in JreVersion
-
@return the update version as an integer, note that this is only applicable to Java 8 and older and will be 0 for 9+