org.apache.maven.lifecycle
Class DefaultLifecycleExecutor
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.lifecycle.DefaultLifecycleExecutor
- All Implemented Interfaces:
- LifecycleExecutor, org.codehaus.plexus.logging.LogEnabled
public class DefaultLifecycleExecutor
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements LifecycleExecutor
- Version:
- $Id: DefaultLifecycleExecutor.java,v 1.16 2005/03/04 09:04:25
jdcasey Exp $
- Author:
- Jason van Zyl, Brett Porter
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLifecycleExecutor
public DefaultLifecycleExecutor()
execute
public void execute(MavenSession session,
ReactorManager rm,
org.apache.maven.monitor.event.EventDispatcher dispatcher)
throws BuildFailureException,
LifecycleExecutionException
- Execute a task. Each task may be a phase in the lifecycle or the
execution of a mojo.
- Specified by:
execute
in interface LifecycleExecutor
- Parameters:
session
- rm
- dispatcher
-
- Throws:
BuildFailureException
LifecycleExecutionException
line
protected void line()
getPhaseToLifecycleMap
public Map getPhaseToLifecycleMap()
throws LifecycleExecutionException
- Throws:
LifecycleExecutionException
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.