info.magnolia.module.exchangesimple.setup
Class ExchangeSimpleModuleVersionHandler
java.lang.Object
info.magnolia.module.AbstractModuleVersionHandler
info.magnolia.module.DefaultModuleVersionHandler
info.magnolia.module.exchangesimple.setup.ExchangeSimpleModuleVersionHandler
- All Implemented Interfaces:
- ModuleVersionHandler
public class ExchangeSimpleModuleVersionHandler
- extends DefaultModuleVersionHandler
VersionHandler of the ExchangeSimple module.
- Version:
- $Id$
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 |
ExchangeSimpleModuleVersionHandler
public ExchangeSimpleModuleVersionHandler()
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-2013 Magnolia International Ltd.. All Rights Reserved.