Package org.eclipse.jetty.osgi.boot
Interface BundleProvider
- All Known Implementing Classes:
BundleContextProvider
,BundleWebAppProvider
public interface BundleProvider
BundleProvider
Jetty DeploymentManager Provider api for webapps or ContextHandlers that are discovered as osgi bundles.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bundleAdded
(org.osgi.framework.Bundle bundle) boolean
bundleRemoved
(org.osgi.framework.Bundle bundle)