public static enum ArtifactCacheEvent.InvocationType extends Enum<ArtifactCacheEvent.InvocationType>
| Enum Constant and Description |
|---|
ASYNCHRONOUS |
SYNCHRONOUS |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactCacheEvent.InvocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactCacheEvent.InvocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactCacheEvent.InvocationType SYNCHRONOUS
public static final ArtifactCacheEvent.InvocationType ASYNCHRONOUS
public static ArtifactCacheEvent.InvocationType[] values()
for (ArtifactCacheEvent.InvocationType c : ArtifactCacheEvent.InvocationType.values()) System.out.println(c);
public static ArtifactCacheEvent.InvocationType 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