Forge - Parent 1.1.2-SNAPSHOT

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

getPhase

public String getPhase()
Specified by:
getPhase in interface Execution

getGoals

public List<String> getGoals()
Specified by:
getGoals in interface Execution

getConfig

public Configuration getConfig()
Specified by:
getConfig in interface 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 - Parent 1.1.2-SNAPSHOT

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