Class OSGiModel


  • public class OSGiModel
    extends java.lang.Object
    • Method Detail

      • getBundleDescriptors

        public java.util.List<BundleDescriptor> getBundleDescriptors()
        Get descriptors of all the bundles, found in BundleRepository
        Returns:
        List<BundleDescriptor> list of objects, describing the bundle
      • getServices

        public java.util.List<Service> getServices()
        Get all the services found in ServiceRegistry
        Returns:
        List<Service> list of services
      • getExtensionPoints

        public java.util.List<ExtensionPoint> getExtensionPoints()
        Get all the extension points found in ExtensionRegistry
        Returns:
        List<ExtensionPoint> list of extension points