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
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.