public static enum JNLPClassLoader.DownloadAction extends java.lang.Enum<JNLPClassLoader.DownloadAction>
| Enum Constant and Description | 
|---|
| CHECK_CACHE | 
| DOWNLOAD_TO_CACHE | 
| REMOVE_FROM_CACHE | 
| Modifier and Type | Method and Description | 
|---|---|
| static JNLPClassLoader.DownloadAction | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static JNLPClassLoader.DownloadAction[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final JNLPClassLoader.DownloadAction DOWNLOAD_TO_CACHE
public static final JNLPClassLoader.DownloadAction REMOVE_FROM_CACHE
public static final JNLPClassLoader.DownloadAction CHECK_CACHE
public static JNLPClassLoader.DownloadAction[] values()
for (JNLPClassLoader.DownloadAction c : JNLPClassLoader.DownloadAction.values()) System.out.println(c);
public static JNLPClassLoader.DownloadAction 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 namejava.lang.NullPointerException - if the argument is null