public static final class JDKInstaller.JDKRelease extends Object
Modifier and Type | Field and Description |
---|---|
JDKInstaller.JDKFile[] |
files |
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 String name
public String title
public JDKInstaller.JDKFile[] files
public boolean matchesId(String rhs)
Copyright © 2014. All rights reserved.