A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

apply(Project) - Method in InstallerSupportPlugin

B

C

createPluginBomTask(String) - Method in InstallerSupportPlugin
Create the task to construct the plugin BOM for the given installer and arrange for it to get published.

D

E

equals(def) - Method in JreVersion

F

G

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+

H

hashCode() - Method in JreVersion

I

InstallerSupportPlugin - Class in gov.raptor.gradle.plugins.installersupport
isJava8OrOlder() - Method in JreVersion
Helper method to check if the version being captured is Java 8 or older since that uses one naming scheme (MAJ.MIN.PATCH_UPDATE).

J

JreVersion - Class in gov.raptor.gradle.plugins.installersupport
Supports JRE versioning schema for 8 and earlier (ex: 1.8.0_252) as well as 9+ (ex: 11.0.2)
JreVersion(String) - Constructor in JreVersion
Construct Java Runtime Environment (JRE) and/or Java Development Kit (JDK) version from the given version string.

K

L

M

N

O

P

Q

R

S

T

toString() - Method in JreVersion
@return The full version including the stage, e.g., '11.0.2' or '1.8.0_252'

U

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _