org.springframework.roo.project
Class Execution
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Execution
public Execution(String id,
String phase,
String... goals)
getPhase
public String getPhase()
getId
public String getId()
getGoals
public List<String> getGoals()
Copyright © 2009-2010 VMware, Inc. All Rights Reserved.