org.sonatype.aether.test.impl
Enum RecordingRepositoryListener.Type
java.lang.Object
java.lang.Enum<RecordingRepositoryListener.Type>
org.sonatype.aether.test.impl.RecordingRepositoryListener.Type
- All Implemented Interfaces:
- Serializable, Comparable<RecordingRepositoryListener.Type>
- Enclosing class:
- RecordingRepositoryListener
public static enum RecordingRepositoryListener.Type
- extends Enum<RecordingRepositoryListener.Type>
METADATA_DEPLOYED
public static final RecordingRepositoryListener.Type METADATA_DEPLOYED
METADATA_DEPLOYING
public static final RecordingRepositoryListener.Type METADATA_DEPLOYING
ARTIFACT_DEPLOYED
public static final RecordingRepositoryListener.Type ARTIFACT_DEPLOYED
ARTIFACT_DEPLOYING
public static final RecordingRepositoryListener.Type ARTIFACT_DEPLOYING
METADATA_INSTALLED
public static final RecordingRepositoryListener.Type METADATA_INSTALLED
METADATA_INSTALLING
public static final RecordingRepositoryListener.Type METADATA_INSTALLING
ARTIFACT_INSTALLED
public static final RecordingRepositoryListener.Type ARTIFACT_INSTALLED
ARTIFACT_INSTALLING
public static final RecordingRepositoryListener.Type ARTIFACT_INSTALLING
METADATA_RESOLVED
public static final RecordingRepositoryListener.Type METADATA_RESOLVED
METADATA_RESOLVING
public static final RecordingRepositoryListener.Type METADATA_RESOLVING
ARTIFACT_RESOLVED
public static final RecordingRepositoryListener.Type ARTIFACT_RESOLVED
ARTIFACT_RESOLVING
public static final RecordingRepositoryListener.Type ARTIFACT_RESOLVING
METADATA_INVALID
public static final RecordingRepositoryListener.Type METADATA_INVALID
ARTIFACT_DESCRIPTOR_MISSING
public static final RecordingRepositoryListener.Type ARTIFACT_DESCRIPTOR_MISSING
ARTIFACT_DESCRIPTOR_INVALID
public static final RecordingRepositoryListener.Type ARTIFACT_DESCRIPTOR_INVALID
values
public static RecordingRepositoryListener.Type[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RecordingRepositoryListener.Type c : RecordingRepositoryListener.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RecordingRepositoryListener.Type valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.