public class WebappDelta extends Object implements Delta
Delta
for the webapp module.WebappVersionHandler
,
WebappBootstrap
Modifier and Type | Method and Description |
---|---|
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.
|
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
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.