hudson.tools
Class JDKInstaller.JDKFamilyList

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

public static final class JDKInstaller.JDKFamilyList
extends Object


Field Summary
 JDKInstaller.JDKFamily[] data
           
 int version
           
 
Constructor Summary
JDKInstaller.JDKFamilyList()
           
 
Method Summary
 JDKInstaller.JDKRelease getRelease(String productCode)
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public int version

data

public JDKInstaller.JDKFamily[] data
Constructor Detail

JDKInstaller.JDKFamilyList

public JDKInstaller.JDKFamilyList()
Method Detail

isEmpty

public boolean isEmpty()

getRelease

public JDKInstaller.JDKRelease getRelease(String productCode)


Copyright © 2004-2013. All Rights Reserved.