org.jboss.forge.maven.plugins
Class ExecutionImpl
java.lang.Object
org.jboss.forge.maven.plugins.ExecutionImpl
- All Implemented Interfaces:
- Execution
public class ExecutionImpl
- extends Object
- implements Execution
ExecutionImpl
public ExecutionImpl()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.