org.apache.maven.plugin.tools.model
Class LifecycleExecution

java.lang.Object
  extended by org.apache.maven.plugin.tools.model.LifecycleExecution
All Implemented Interfaces:
Serializable

public class LifecycleExecution
extends Object
implements Serializable

A sub-process execution of a lifecycle to satisfy the needs of a mojo.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
LifecycleExecution()
           
 
Method Summary
 String getGoal()
          Get A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.
 String getLifecycle()
          Get The name of the overlay to apply to the sub-lifecycle before executing it.
 String getModelEncoding()
           
 String getPhase()
          Get The phase in the sub-lifecycle.
 void setGoal(String goal)
          Set A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.
 void setLifecycle(String lifecycle)
          Set The name of the overlay to apply to the sub-lifecycle before executing it.
 void setModelEncoding(String modelEncoding)
           
 void setPhase(String phase)
          Set The phase in the sub-lifecycle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleExecution

public LifecycleExecution()
Method Detail

getGoal

public String getGoal()
Get A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.


getLifecycle

public String getLifecycle()
Get The name of the overlay to apply to the sub-lifecycle before executing it. If specified, this lifecycle overlay definition will be bundled with the plugin.


getPhase

public String getPhase()
Get The phase in the sub-lifecycle.


setGoal

public void setGoal(String goal)
Set A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo.

Parameters:
goal -

setLifecycle

public void setLifecycle(String lifecycle)
Set The name of the overlay to apply to the sub-lifecycle before executing it. If specified, this lifecycle overlay definition will be bundled with the plugin.

Parameters:
lifecycle -

setPhase

public void setPhase(String phase)
Set The phase in the sub-lifecycle.

Parameters:
phase -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


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