Package hudson.tools
Class JDKInstaller.JDKRelease
java.lang.Object
hudson.tools.JDKInstaller.JDKRelease
- Enclosing class:
- JDKInstaller
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
files
the list ofJDKInstaller.JDKFile
s -
licpath
the license path -
lictitle
the license title -
name
This maps to the former product code, like "jdk-6u13-oth-JPR" -
title
This is human readable.
-
-
Constructor Details
-
JDKRelease
public JDKRelease()
-
-
Method Details
-
matchesId
We used to use IDs like "jdk-6u13-oth-JPR@CDS-CDS_Developer", but Oracle switched to just "jdk-6u13-oth-JPR". This method matches if the specified string matches the name, and it accepts both the old and the new format.
-