public static enum OpenJDKInstaller.OpenJDKPackage extends Enum<OpenJDKInstaller.OpenJDKPackage>
| Enum Constant and Description |
|---|
openJDK11 |
openJDK13 |
openJDK17 |
openJDK6 |
openJDK7 |
openJDK8 |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevelPackageName() |
String |
getJreName() |
String |
getName() |
String |
getPackageName() |
static OpenJDKInstaller.OpenJDKPackage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenJDKInstaller.OpenJDKPackage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenJDKInstaller.OpenJDKPackage openJDK17
public static final OpenJDKInstaller.OpenJDKPackage openJDK13
public static final OpenJDKInstaller.OpenJDKPackage openJDK11
public static final OpenJDKInstaller.OpenJDKPackage openJDK8
public static final OpenJDKInstaller.OpenJDKPackage openJDK7
public static final OpenJDKInstaller.OpenJDKPackage openJDK6
public static OpenJDKInstaller.OpenJDKPackage[] values()
for (OpenJDKInstaller.OpenJDKPackage c : OpenJDKInstaller.OpenJDKPackage.values()) System.out.println(c);
public static OpenJDKInstaller.OpenJDKPackage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public String getPackageName()
public String getDevelPackageName()
public String getJreName()
Copyright © 2016–2023. All rights reserved.