info.magnolia.module.exchangesimple.setup
Class ExchangeSimpleModuleVersionHandler

java.lang.Object
  extended by info.magnolia.module.AbstractModuleVersionHandler
      extended by info.magnolia.module.DefaultModuleVersionHandler
          extended by info.magnolia.module.exchangesimple.setup.ExchangeSimpleModuleVersionHandler
All Implemented Interfaces:
ModuleVersionHandler

public class ExchangeSimpleModuleVersionHandler
extends DefaultModuleVersionHandler

VersionHandler of the ExchangeSimple module.

Version:
$Id$

Nested Class Summary
 
Nested classes/interfaces inherited from class info.magnolia.module.AbstractModuleVersionHandler
AbstractModuleVersionHandler.ModuleVersionToLatestTask, AbstractModuleVersionHandler.ModuleVersionUpdateTask
 
Field Summary
 
Fields inherited from class info.magnolia.module.AbstractModuleVersionHandler
log
 
Constructor Summary
ExchangeSimpleModuleVersionHandler()
           
 
Method Summary
protected  List<Task> getBasicInstallTasks(InstallContext installContext)
          This method should generally not be overridden.
protected  List<Task> getExtraInstallTasks(InstallContext installContext)
          Override this method to add specific install tasks to your module.
protected  List<Condition> getInstallConditions()
           
 
Methods inherited from class info.magnolia.module.AbstractModuleVersionHandler
getCurrentlyInstalled, getDefaultUpdate, getDefaultUpdateConditions, getDefaultUpdateTasks, getDeltas, getInstall, getStartupDelta, getStartupTasks, getUpdate, getUpdateDeltas, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeSimpleModuleVersionHandler

public ExchangeSimpleModuleVersionHandler()
Method Detail

getBasicInstallTasks

protected List<Task> getBasicInstallTasks(InstallContext installContext)
Description copied from class: DefaultModuleVersionHandler
This method should generally not be overridden. To add install tasks, use AbstractModuleVersionHandler.getExtraInstallTasks(info.magnolia.module.InstallContext).

Overrides:
getBasicInstallTasks in class DefaultModuleVersionHandler

getExtraInstallTasks

protected List<Task> getExtraInstallTasks(InstallContext installContext)
Description copied from class: AbstractModuleVersionHandler
Override this method to add specific install tasks to your module. Returns an empty list by default.

Overrides:
getExtraInstallTasks in class AbstractModuleVersionHandler

getInstallConditions

protected List<Condition> getInstallConditions()
Overrides:
getInstallConditions in class AbstractModuleVersionHandler


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