public static enum RecordingRepositoryListener.Type extends Enum<RecordingRepositoryListener.Type>
Modifier and Type | Method and Description |
---|---|
static RecordingRepositoryListener.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordingRepositoryListener.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordingRepositoryListener.Type METADATA_DEPLOYED
public static final RecordingRepositoryListener.Type METADATA_DEPLOYING
public static final RecordingRepositoryListener.Type ARTIFACT_DEPLOYED
public static final RecordingRepositoryListener.Type ARTIFACT_DEPLOYING
public static final RecordingRepositoryListener.Type METADATA_INSTALLED
public static final RecordingRepositoryListener.Type METADATA_INSTALLING
public static final RecordingRepositoryListener.Type ARTIFACT_INSTALLED
public static final RecordingRepositoryListener.Type ARTIFACT_INSTALLING
public static final RecordingRepositoryListener.Type METADATA_RESOLVED
public static final RecordingRepositoryListener.Type METADATA_RESOLVING
public static final RecordingRepositoryListener.Type ARTIFACT_RESOLVED
public static final RecordingRepositoryListener.Type ARTIFACT_RESOLVING
public static final RecordingRepositoryListener.Type METADATA_INVALID
public static final RecordingRepositoryListener.Type ARTIFACT_DESCRIPTOR_MISSING
public static final RecordingRepositoryListener.Type ARTIFACT_DESCRIPTOR_INVALID
public static RecordingRepositoryListener.Type[] values()
for (RecordingRepositoryListener.Type c : RecordingRepositoryListener.Type.values()) System.out.println(c);
public static RecordingRepositoryListener.Type 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-2012. All Rights Reserved.