Package | Description |
---|---|
org.apache.maven.mercury.event |
Modifier and Type | Method and Description |
---|---|
EventTypeEnum |
MercuryEvent.getType()
event type
|
EventTypeEnum |
AbstractMercuryEvent.getType() |
static EventTypeEnum |
EventTypeEnum.valueOf(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.
|
Constructor and Description |
---|
AbstractMercuryEvent(EventTypeEnum type,
String name) |
AbstractMercuryEvent(EventTypeEnum type,
String name,
String info) |
EventMask(EventTypeEnum... bits) |
GenericEvent(EventTypeEnum type,
String name) |
GenericEvent(EventTypeEnum type,
String name,
String tag) |
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.