Class Context<T,E>
- java.lang.Object
-
- software.xdev.micromigration.scripts.Context<T,E>
-
public class Context<T,E> extends java.lang.Object
Container that holds necessary information for the execution of anMigrationScript
- Author:
- Johannes Rabauer
-
-
Constructor Summary
Constructors Constructor Description Context(T migratingObject, VersionAgnosticEmbeddedStorageManager<E> storageManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getMigratingObject()
E
getStorageManager()
-
-
-
Constructor Detail
-
Context
public Context(T migratingObject, VersionAgnosticEmbeddedStorageManager<E> storageManager)
- Parameters:
migratingObject
- that must be migrated to a new versionstorageManager
- where the migratingObject is stored
-
-