public class Activator extends Object implements org.osgi.framework.BundleActivator, org.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
Modifier and Type | Class and Description |
---|---|
static class |
Activator.LiquibaseBundle |
static class |
Activator.OSGIContainerChecker |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
Activator.LiquibaseBundle |
addingBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event) |
static List<Activator.LiquibaseBundle> |
getLiquibaseBundles() |
void |
modifiedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Activator.LiquibaseBundle liquibaseBundle) |
void |
removedBundle(org.osgi.framework.Bundle bundle,
org.osgi.framework.BundleEvent event,
Activator.LiquibaseBundle liquibaseBundle) |
void |
start(org.osgi.framework.BundleContext bc) |
void |
stop(org.osgi.framework.BundleContext context) |
public void start(org.osgi.framework.BundleContext bc) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
public static List<Activator.LiquibaseBundle> getLiquibaseBundles()
public Activator.LiquibaseBundle addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event)
addingBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
public void modifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Activator.LiquibaseBundle liquibaseBundle)
modifiedBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
public void removedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Activator.LiquibaseBundle liquibaseBundle)
removedBundle
in interface org.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
Copyright © 2023 Liquibase.org. All rights reserved.