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
Modifier and TypeMethodDescriptionvoidexecute(MigrationContext migrationContext, org.osgi.framework.BundleContext bundleContext) Deprecated.do groovy script for implementing new migrations
-
Method Details
-
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
-