hudson.tools
Class JDKInstaller.JDKRelease

java.lang.Object
  extended by hudson.tools.JDKInstaller.JDKRelease
Enclosing class:
JDKInstaller

public static final class JDKInstaller.JDKRelease
extends Object


Field Summary
 JDKInstaller.JDKFile[] files
           
 String name
          This maps to the former product code, like "jdk-6u13-oth-JPR"
 String title
          This is human readable.
 
Constructor Summary
JDKInstaller.JDKRelease()
           
 
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
 

Field Detail

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
Constructor Detail

JDKInstaller.JDKRelease

public JDKInstaller.JDKRelease()
Method Detail

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.