com.jurismarches.vradi.services
Class ServiceMigration

java.lang.Object
  extended by com.jurismarches.vradi.services.ServiceMigration

public class ServiceMigration
extends Object

Configure wikitty migration.

Version:
$Revision: 1503 $ Last update : $Date: 2010-09-27 10:04:24 +0200 (lun., 27 sept. 2010) $ By : $Author: chatellier $
Author:
chatellier

Constructor Summary
ServiceMigration()
           
 
Method Summary
static void configureMigration()
          Install all migration.
protected static void configureMigration010()
          Configure migration from 0.0.5 to 0.1.0.
static void versionChangeMigration(String lastVersion, String currentVersion, org.nuiton.wikitty.WikittyProxy localWikittyProxy)
          Do migration that wikitty extension migration can't handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceMigration

public ServiceMigration()
Method Detail

configureMigration

public static void configureMigration()
Install all migration.


configureMigration010

protected static void configureMigration010()
Configure migration from 0.0.5 to 0.1.0.


versionChangeMigration

public static void versionChangeMigration(String lastVersion,
                                          String currentVersion,
                                          org.nuiton.wikitty.WikittyProxy localWikittyProxy)
Do migration that wikitty extension migration can't handle. They are done only at version change time, because, can take some times to perform...

Parameters:
lastVersion - last launch version
currentVersion - current application version
localWikittyProxy -


Copyright © 2009-2010 JurisMarches. All Rights Reserved.