public enum OS extends Enum<OS>
| Enum Constant and Description |
|---|
UbuntuWilyAmd64
Ubuntu 15.10 amd64
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultInstallInitrdURL() |
String |
getDefaultInstallIsoURL() |
String |
getDefaultInstallKernelURL() |
String |
getKickstartTplName() |
static OS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OS UbuntuWilyAmd64
public static OS[] values()
for (OS c : OS.values()) System.out.println(c);
public static OS 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 getDefaultInstallKernelURL()
public String getDefaultInstallInitrdURL()
public String getDefaultInstallIsoURL()
public String getKickstartTplName()
Copyright © 2016 Github jjYBdx4IL Projects. All rights reserved.