Interface BundleProvider
- All Known Implementing Classes:
 BundleContextProvider, BundleWebAppProvider
public interface BundleProvider
Interfaces the deployment of a bundle in osgi to the deployment of a ContextHandler for it
- 
Method Summary
Modifier and TypeMethodDescriptionbooleanbundleAdded(org.osgi.framework.Bundle bundle) booleanbundleRemoved(org.osgi.framework.Bundle bundle)  
- 
Method Details
- 
bundleAdded
 - 
bundleRemoved
 
 -