org.sonatype.aether.test.impl
Enum RecordingRepositoryListener.Type

java.lang.Object
  extended by java.lang.Enum<RecordingRepositoryListener.Type>
      extended by org.sonatype.aether.test.impl.RecordingRepositoryListener.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RecordingRepositoryListener.Type>
Enclosing class:
RecordingRepositoryListener

public static enum RecordingRepositoryListener.Type
extends java.lang.Enum<RecordingRepositoryListener.Type>


Enum Constant Summary
ARTIFACT_DEPLOYED
           
ARTIFACT_DEPLOYING
           
ARTIFACT_DESCRIPTOR_INVALID
           
ARTIFACT_DESCRIPTOR_MISSING
           
ARTIFACT_INSTALLED
           
ARTIFACT_INSTALLING
           
ARTIFACT_RESOLVED
           
ARTIFACT_RESOLVING
           
METADATA_DEPLOYED
           
METADATA_DEPLOYING
           
METADATA_INSTALLED
           
METADATA_INSTALLING
           
METADATA_INVALID
           
METADATA_RESOLVED
           
METADATA_RESOLVING
           
 
Method Summary
static RecordingRepositoryListener.Type valueOf(java.lang.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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.