|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UpdateDesc.Policy>
net.sourceforge.jnlp.UpdateDesc.Policy
public static enum UpdateDesc.Policy
Describes what to do when the Runtime knows there is an applicatFion update before the application is launched.
Enum Constant Summary | |
---|---|
ALWAYS
Default. |
|
PROMPT_RUN
Prompts the user asking to download and run the latest version of the application or abort running |
|
PROMPT_UPDATE
Prompt the user asking whether the user wants to download and run the updated application or run the version in the cache |
Method Summary | |
---|---|
static UpdateDesc.Policy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UpdateDesc.Policy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UpdateDesc.Policy ALWAYS
public static final UpdateDesc.Policy PROMPT_UPDATE
public static final UpdateDesc.Policy PROMPT_RUN
Method Detail |
---|
public static UpdateDesc.Policy[] values()
for (UpdateDesc.Policy c : UpdateDesc.Policy.values()) System.out.println(c);
public static UpdateDesc.Policy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |