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 Detail

      • bundleAdded

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

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