|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.webapp.WebappDelta
public class WebappDelta
A hard-coded Delta
for the webapp module.
WebappVersionHandler
,
WebappBootstrap
Method Summary | |
---|---|
List<Condition> |
getConditions()
Returns the list of Conditions which have to be checked before this Delta's Tasks can be executed. |
String |
getDescription()
|
List<Task> |
getTasks()
Should not return a read-only List, as the version handler might add tasks as appropriate. |
DeltaType |
getType()
|
Version |
getVersion()
Returns the version number for which this Delta is needed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getDescription()
getDescription
in interface Delta
public Version getVersion()
Delta
getVersion
in interface Delta
public List<Condition> getConditions()
Delta
getConditions
in interface Delta
public List<Task> getTasks()
Delta
getTasks
in interface Delta
public DeltaType getType()
getType
in interface Delta
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |