|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.change2.DefaultChooseLifeCycleDelegate
public class DefaultChooseLifeCycleDelegate
The default delegate for choosing a LifeCycle. This delegate looks in
section 7 of the change2.properties file for the name of the LifeCycle
that a particular type is paired with and returns that LifeCycleTemplate.
Supported API: true
Extendable: true
ChooseLifeCycleDelegate,
Serialized Form| Method Summary | |
|---|---|
wt.lifecycle.LifeCycleTemplate |
chooseLifeCycle(wt.lifecycle.LifeCycleManaged object)
Returns the LifeCycleTemplate for the given object using services.properties. |
String |
getLifeCycleChoice(wt.lifecycle.LifeCycleManaged object)
Returns the LifeCycleTemplate for the given object using services.properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public wt.lifecycle.LifeCycleTemplate chooseLifeCycle(wt.lifecycle.LifeCycleManaged object)
throws WTException
chooseLifeCycle in interface ChooseLifeCycleDelegateobject -
WTException
public String getLifeCycleChoice(wt.lifecycle.LifeCycleManaged object)
throws WTException
getLifeCycleChoice in interface ChooseLifeCycleDelegateobject -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||