org.apache.maven.monitor.event
Class MavenEvents

java.lang.Object
  extended by org.apache.maven.monitor.event.MavenEvents

public final class MavenEvents
extends Object

Author:
jdcasey

Field Summary
static String[] ALL_EVENTS
           
static String MOJO_EXECUTION
           
static String[] NO_EVENTS
           
static String PHASE_EXECUTION
           
static String PROJECT_EXECUTION
           
static String REACTOR_EXECUTION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PHASE_EXECUTION

public static final String PHASE_EXECUTION
See Also:
Constant Field Values

MOJO_EXECUTION

public static final String MOJO_EXECUTION
See Also:
Constant Field Values

PROJECT_EXECUTION

public static final String PROJECT_EXECUTION
See Also:
Constant Field Values

REACTOR_EXECUTION

public static final String REACTOR_EXECUTION
See Also:
Constant Field Values

ALL_EVENTS

public static final String[] ALL_EVENTS

NO_EVENTS

public static final String[] NO_EVENTS


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.