Class MigrationTo121
java.lang.Object
org.apache.unomi.shell.migration.impl.MigrationTo121
- All Implemented Interfaces:
Migration
- Author:
- dgaillard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(MigrationContext migrationContext, org.osgi.framework.BundleContext bundleContext) This method is called to execute the migration
-
Constructor Details
-
MigrationTo121
public MigrationTo121()
-
-
Method Details
-
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
-