Class MigrationTo121

  • All Implemented Interfaces:
    Migration

    public class MigrationTo121
    extends Object
    implements Migration
    Author:
    dgaillard
    • Constructor Detail

      • MigrationTo121

        public MigrationTo121()
    • 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 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