org.nuiton.topia.migration.transformation
Class FinderMigration

java.lang.Object
  extended by org.nuiton.topia.migration.transformation.FinderMigration

Deprecated. since 2.3.4, please use now the simplify service TopiaMigrationEngine

@Deprecated
public class FinderMigration
extends Object

FinderMigration.java

Author:
Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent

Constructor Summary
FinderMigration()
          Deprecated. Constructeur vide.
FinderMigration(String packag)
          Deprecated. Constructeur
 
Method Summary
 MigrationClass getMigrationClass(ProxyClass klass, org.nuiton.util.Version base, org.nuiton.util.Version next)
          Deprecated. Use to get migration class for one version to next version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinderMigration

public FinderMigration()
Deprecated. 
Constructeur vide.


FinderMigration

public FinderMigration(String packag)
Deprecated. 
Constructeur

Parameters:
packag - nouveau package
Method Detail

getMigrationClass

public MigrationClass getMigrationClass(ProxyClass klass,
                                        org.nuiton.util.Version base,
                                        org.nuiton.util.Version next)
Deprecated. 
Use to get migration class for one version to next version

Parameters:
klass - class
base - base version
next - destination version
Returns:
the migration implementation class


Copyright © 2004-2010 CodeLutin. All Rights Reserved.