public static final class JDKInstaller.JDKRelease extends Object
Modifier and Type | Field and Description |
---|---|
JDKInstaller.JDKFile[] |
files
the list of s
|
String |
licpath
the license path
|
String |
lictitle
the license title
|
String |
name
This maps to the former product code, like "jdk-6u13-oth-JPR"
|
String |
title
This is human readable.
|
Constructor and Description |
---|
JDKRelease() |
Modifier and Type | Method and Description |
---|---|
boolean |
matchesId(String rhs)
We used to use IDs like "jdk-6u13-oth-JPR@CDS-CDS_Developer", but Oracle switched to just "jdk-6u13-oth-JPR".
|
public JDKInstaller.JDKFile[] files
public String licpath
public String lictitle
public String name
public String title
public boolean matchesId(String rhs)
Copyright © 2017. All rights reserved.