Package liquibase.osgi
Class Activator
java.lang.Object
liquibase.osgi.Activator
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
,org.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
public class Activator
extends Object
implements org.osgi.framework.BundleActivator, org.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddingBundle
(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event) static List<Activator.LiquibaseBundle>
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)
-
Constructor Details
-
Activator
public Activator()
-
-
Method Details
-
start
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
stop
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
getLiquibaseBundles
-
addingBundle
public Activator.LiquibaseBundle addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event) - Specified by:
addingBundle
in interfaceorg.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
-
modifiedBundle
public void modifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Activator.LiquibaseBundle liquibaseBundle) - Specified by:
modifiedBundle
in interfaceorg.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
-
removedBundle
public void removedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Activator.LiquibaseBundle liquibaseBundle) - Specified by:
removedBundle
in interfaceorg.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
-
ContainerChecker