org.jboss.forge.maven.plugins
Interface Execution

All Known Implementing Classes:
ExecutionBuilder, ExecutionImpl

public interface Execution


Method Summary
 Configuration getConfig()
           
 List<String> getGoals()
           
 String getId()
           
 String getPhase()
           
 

Method Detail

getId

String getId()

getPhase

String getPhase()

getGoals

List<String> getGoals()

getConfig

Configuration getConfig()


Copyright © 2011 Seam Framework. All Rights Reserved.