info.magnolia.module.webapp
Class WebappDelta

java.lang.Object
  extended by info.magnolia.module.webapp.WebappDelta
All Implemented Interfaces:
Delta

public class WebappDelta
extends Object
implements Delta

A hard-coded Delta for the webapp module.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph
See Also:
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

getDescription

public String getDescription()
Specified by:
getDescription in interface Delta

getVersion

public Version getVersion()
Description copied from interface: Delta
Returns the version number for which this Delta is needed.

Specified by:
getVersion in interface Delta

getConditions

public List<Condition> getConditions()
Description copied from interface: Delta
Returns the list of Conditions which have to be checked before this Delta's Tasks can be executed.

Specified by:
getConditions in interface Delta

getTasks

public List<Task> getTasks()
Description copied from interface: Delta
Should not return a read-only List, as the version handler might add tasks as appropriate.

Specified by:
getTasks in interface Delta

getType

public DeltaType getType()
Specified by:
getType in interface Delta


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.