info.magnolia.module.admininterface.setup
Class AdminModuleVersionHandler

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

public class AdminModuleVersionHandler
extends DefaultModuleVersionHandler

Version:
$Id: AdminModuleVersionHandler.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
philipp

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
AdminModuleVersionHandler()
           
 
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.
 
Methods inherited from class info.magnolia.module.AbstractModuleVersionHandler
getCurrentlyInstalled, getDefaultUpdate, getDefaultUpdateConditions, getDefaultUpdateTasks, getDeltas, getInstall, getInstallConditions, 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

AdminModuleVersionHandler

public AdminModuleVersionHandler()
Method Detail

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

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


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