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
Nested Classes Modifier and Type Class Description static classActivator.LiquibaseBundlestatic classActivator.OSGIContainerCheckerDeprecated.useContainerChecker
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Activator.LiquibaseBundleaddingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event)static List<Activator.LiquibaseBundle>getLiquibaseBundles()voidmodifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Activator.LiquibaseBundle liquibaseBundle)voidremovedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Activator.LiquibaseBundle liquibaseBundle)voidstart(org.osgi.framework.BundleContext bc)voidstop(org.osgi.framework.BundleContext context)
-
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext bc) throws Exception- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
stop
public void stop(org.osgi.framework.BundleContext context) throws Exception- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
getLiquibaseBundles
public static List<Activator.LiquibaseBundle> getLiquibaseBundles()
-
addingBundle
public Activator.LiquibaseBundle addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event)
- Specified by:
addingBundlein 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:
modifiedBundlein 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:
removedBundlein interfaceorg.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
-
-