Package org.apache.unomi.shell.migration
Interface Migration
-
- All Known Implementing Classes:
MigrationTo121
,MigrationTo122
,MigrationTo150
public interface Migration
Deprecated.use groovy script for implementing new migrations- Author:
- dgaillard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
execute(MigrationContext migrationContext, org.osgi.framework.BundleContext bundleContext)
Deprecated.do groovy script for implementing new migrations
-
-
-
Method Detail
-
execute
void execute(MigrationContext migrationContext, org.osgi.framework.BundleContext bundleContext) throws IOException
Deprecated.do groovy script for implementing new migrationsThis method is called to execute the migration- Parameters:
migrationContext
- the current migration context (config, history, messaging, logging)bundleContext
- the bundle context object- Throws:
IOException
- if there was an error while executing the migration
-
-