org.springframework.roo.project
Class Execution

java.lang.Object
  extended by org.springframework.roo.project.Execution

public final class Execution
extends Object

Immutable representation of an execution specification for a (maven) build plugin

Since:
1.0
Author:
Adrian Colyer, Alan Stewart

Constructor Summary
Execution(String id, String phase, String... goals)
           
 
Method Summary
 List<String> getGoals()
           
 String getId()
           
 String getPhase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Execution

public Execution(String id,
                 String phase,
                 String... goals)
Method Detail

getPhase

public String getPhase()

getId

public String getId()

getGoals

public List<String> getGoals()


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.