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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classDeprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event) static List<Activator.LiquibaseBundle>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) 
- 
Constructor Details- 
Activatorpublic Activator()
 
- 
- 
Method Details- 
start- Specified by:
- startin interface- org.osgi.framework.BundleActivator
- Throws:
- Exception
 
- 
stop- Specified by:
- stopin interface- org.osgi.framework.BundleActivator
- Throws:
- Exception
 
- 
getLiquibaseBundles
- 
addingBundlepublic Activator.LiquibaseBundle addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event) - Specified by:
- addingBundlein interface- org.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
 
- 
modifiedBundlepublic void modifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Activator.LiquibaseBundle liquibaseBundle) - Specified by:
- modifiedBundlein interface- org.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
 
- 
removedBundlepublic void removedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Activator.LiquibaseBundle liquibaseBundle) - Specified by:
- removedBundlein interface- org.osgi.util.tracker.BundleTrackerCustomizer<Activator.LiquibaseBundle>
 
 
- 
ContainerChecker