Uses of Class
org.apache.maven.mercury.event.EventTypeEnum

Uses of EventTypeEnum in org.apache.maven.mercury.event
 

Methods in org.apache.maven.mercury.event that return EventTypeEnum
 EventTypeEnum AbstractMercuryEvent.getType()
           
 EventTypeEnum MercuryEvent.getType()
          event type
static EventTypeEnum EventTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventTypeEnum[] EventTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.maven.mercury.event with parameters of type EventTypeEnum
AbstractMercuryEvent(EventTypeEnum type, java.lang.String name)
           
AbstractMercuryEvent(EventTypeEnum type, java.lang.String name, java.lang.String info)
           
GenericEvent(EventTypeEnum type, java.lang.String name)
           
GenericEvent(EventTypeEnum type, java.lang.String name, java.lang.String tag)
           
MercuryEvent.EventMask(EventTypeEnum... bits)
           
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.