public static enum MavenSettings.DownloadStrategy extends Enum<MavenSettings.DownloadStrategy>
| Enum Constant and Description |
|---|
EVERY_OPEN |
FIRST_OPEN |
NEVER |
| Modifier and Type | Method and Description |
|---|---|
static MavenSettings.DownloadStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenSettings.DownloadStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MavenSettings.DownloadStrategy NEVER
public static final MavenSettings.DownloadStrategy FIRST_OPEN
public static final MavenSettings.DownloadStrategy EVERY_OPEN
public static MavenSettings.DownloadStrategy[] values()
public static MavenSettings.DownloadStrategy 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 null