com.pmease.quickbuild.migration
Class MigrationHelper

java.lang.Object
  extended by com.pmease.quickbuild.migration.MigrationHelper

public class MigrationHelper
extends java.lang.Object


Constructor Summary
MigrationHelper()
           
 
Method Summary
static java.lang.String getVersion(java.lang.Class<?> migrator)
           
static boolean migrate(java.lang.String fromVersion, java.lang.Class<?> migrator, java.lang.Object customData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationHelper

public MigrationHelper()
Method Detail

getVersion

public static java.lang.String getVersion(java.lang.Class<?> migrator)

migrate

public static boolean migrate(java.lang.String fromVersion,
                              java.lang.Class<?> migrator,
                              java.lang.Object customData)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.