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 Type
    Method
    Description
    boolean
    bundleAdded(org.osgi.framework.Bundle bundle)
     
    boolean
    bundleRemoved(org.osgi.framework.Bundle bundle)
     
  • Method Details

    • bundleAdded

      boolean bundleAdded(org.osgi.framework.Bundle bundle) throws Exception
      Throws:
      Exception
    • bundleRemoved

      boolean bundleRemoved(org.osgi.framework.Bundle bundle) throws Exception
      Throws:
      Exception