Class MigrationTo121
- java.lang.Object
-
- org.apache.unomi.shell.migration.impl.MigrationTo121
-
-
Constructor Summary
Constructors Constructor Description MigrationTo121()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(MigrationContext migrationContext, org.osgi.framework.BundleContext bundleContext)
This method is called to execute the migration
-
-
-
Method Detail
-
execute
public void execute(MigrationContext migrationContext, org.osgi.framework.BundleContext bundleContext) throws IOException
Description copied from interface:Migration
This method is called to execute the migration- Specified by:
execute
in interfaceMigration
- 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
-
-