Class MigrationTo121

java.lang.Object
org.apache.unomi.shell.migration.impl.MigrationTo121
All Implemented Interfaces:
Migration

public class MigrationTo121 extends Object implements Migration
Author:
dgaillard
  • 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 interface 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