hudson.tools
Class JDKInstaller.JDKRelease
java.lang.Object
hudson.tools.JDKInstaller.JDKRelease
- Enclosing class:
- JDKInstaller
public static final class JDKInstaller.JDKRelease
- extends Object
Method Summary |
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". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
- This maps to the former product code, like "jdk-6u13-oth-JPR"
title
public String title
- This is human readable.
files
public JDKInstaller.JDKFile[] files
JDKInstaller.JDKRelease
public JDKInstaller.JDKRelease()
matchesId
public 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".
This method matches if the specified string matches the name, and it accepts both the old and the new format.
Copyright © 2004-2013. All Rights Reserved.