Class RepositoryManager


  • @References(@Reference(referenceInterface=org.apache.jackrabbit.oak.stats.StatisticsProvider.class,strategy=LOOKUP))
    public class RepositoryManager
    extends 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
    • Constructor Detail

      • RepositoryManager

        public RepositoryManager()
    • Method Detail

      • activate

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

        @Deactivate
        public void deactivate()