Save This Page
Home » maven-2.0.9-src » org.apache » maven » lifecycle » [javadoc | source]
org.apache.maven.lifecycle
public class: DefaultLifecycleExecutor [javadoc | source]
java.lang.Object
   org.codehaus.plexus.logging.AbstractLogEnabled
      org.apache.maven.lifecycle.DefaultLifecycleExecutor

All Implemented Interfaces:
    LifecycleExecutor

Method from org.apache.maven.lifecycle.DefaultLifecycleExecutor Summary:
execute,   getPhaseToLifecycleMap,   line
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.maven.lifecycle.DefaultLifecycleExecutor Detail:
 public  void execute(MavenSession session,
    ReactorManager rm,
    EventDispatcher dispatcher) throws LifecycleExecutionException, BuildFailureException 
    Execute a task. Each task may be a phase in the lifecycle or the execution of a mojo.
 public Map getPhaseToLifecycleMap() throws LifecycleExecutionException 
 protected  void line()