Class RepositoryManager


  • public class RepositoryManager
    extends java.lang.Object
    RepositoryManager constructs the Repository instance and registers it with OSGi Service Registry. By default it would not be active and would require explicit configuration to be registered so as create repository. This is done to prevent repository creation in scenarios where repository needs to be configured in a custom way
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate​(org.osgi.framework.BundleContext bundleContext, java.util.Map<java.lang.String,​?> config)  
      void deactivate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RepositoryManager

        public RepositoryManager()
    • Method Detail

      • activate

        public void activate​(org.osgi.framework.BundleContext bundleContext,
                             java.util.Map<java.lang.String,​?> config)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deactivate

        public void deactivate()