public interface Migration
Modifier and Type | Method and Description |
---|---|
void |
execute(MigrationContext migrationContext,
org.osgi.framework.BundleContext bundleContext)
Deprecated.
do groovy script for implementing new migrations
|
void execute(MigrationContext migrationContext, org.osgi.framework.BundleContext bundleContext) throws IOException
migrationContext
- the current migration context (config, history, messaging, logging)bundleContext
- the bundle context objectIOException
- if there was an error while executing the migrationCopyright © 2014–2023 Apache Software Foundation. All rights reserved.