Class ApplicationManager

java.lang.Object
org.nuxeo.ecm.webengine.jaxrs.ApplicationManager
All Implemented Interfaces:
org.osgi.util.tracker.BundleTrackerCustomizer

public class ApplicationManager extends Object implements org.osgi.util.tracker.BundleTrackerCustomizer
Author:
Bogdan Stefanescu
  • Field Details

  • Constructor Details

    • ApplicationManager

      public ApplicationManager()
  • Method Details

    • getInstance

      public static ApplicationManager getInstance()
    • start

      public void start(org.osgi.framework.BundleContext context)
    • stop

      public void stop(org.osgi.framework.BundleContext context)
    • getOrCreateApplication

      public ApplicationHost getOrCreateApplication(String name)
    • getApplications

      public ApplicationHost[] getApplications()
    • getApplication

      public ApplicationHost getApplication(String name)
    • getApplication

      public ApplicationHost getApplication(ApplicationFragment fragment)
    • addingBundle

      public Object addingBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event)
      Specified by:
      addingBundle in interface org.osgi.util.tracker.BundleTrackerCustomizer
    • modifiedBundle

      public void modifiedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Object object)
      Specified by:
      modifiedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizer
    • removedBundle

      public void removedBundle(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleEvent event, Object object)
      Specified by:
      removedBundle in interface org.osgi.util.tracker.BundleTrackerCustomizer
    • parseAttrs

      protected Map<String,String> parseAttrs(String expr)