Forge - Maven API 2.0.0.Alpha3

org.jboss.forge.maven.plugins
Class ExecutionImpl

java.lang.Object
  extended by org.jboss.forge.maven.plugins.ExecutionImpl
All Implemented Interfaces:
Execution

public class ExecutionImpl
extends Object
implements Execution


Constructor Summary
ExecutionImpl()
           
 
Method Summary
 void addGoal(String goal)
           
 Configuration getConfig()
           
 List<String> getGoals()
           
 String getId()
           
 String getPhase()
           
 void setConfiguration(Configuration configuration)
           
 void setId(String id)
           
 void setPhase(String phase)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionImpl

public ExecutionImpl()
Method Detail

getId

public String getId()
Specified by:
getId in interface Execution
Returns:
the ID of this execution

getPhase

public String getPhase()
Specified by:
getPhase in interface Execution
Returns:
the phase where this execution belongs

getGoals

public List<String> getGoals()
Specified by:
getGoals in interface Execution
Returns:
the goals configured for this execution

getConfig

public Configuration getConfig()
Specified by:
getConfig in interface Execution
Returns:
the Configuration object associated with this execution

setId

public void setId(String id)

setPhase

public void setPhase(String phase)

addGoal

public void addGoal(String goal)

setConfiguration

public void setConfiguration(Configuration configuration)

toString

public String toString()
Overrides:
toString in class Object

Forge - Maven API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.