Class MigrationTo150
- java.lang.Object
-
- org.apache.unomi.shell.migration.impl.MigrationTo150
-
-
Field Summary
Fields Modifier and Type Field Description static String
INDEX_DATE_PREFIX
-
Constructor Summary
Constructors Constructor Description MigrationTo150()
-
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
-
-
-
Field Detail
-
INDEX_DATE_PREFIX
public static final String INDEX_DATE_PREFIX
- See Also:
- Constant Field Values
-
-
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
-
-