public static enum WebStartDownloader.Status extends Enum<WebStartDownloader.Status>
Enum Constant and Description |
---|
DOWNLOADING
Downloading a jar file.
|
UPGRADING
Upgrading a jar file.
|
VALIDATING
Validating a jar file.
|
Modifier and Type | Method and Description |
---|---|
static WebStartDownloader.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebStartDownloader.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebStartDownloader.Status DOWNLOADING
public static final WebStartDownloader.Status VALIDATING
public static final WebStartDownloader.Status UPGRADING
public static WebStartDownloader.Status[] values()
for (WebStartDownloader.Status c : WebStartDownloader.Status.values()) System.out.println(c);
public static WebStartDownloader.Status 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 nullCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.