Class RepositoryManager
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.osgi.RepositoryManager
-
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 Summary
Constructors Constructor Description RepositoryManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate(org.osgi.framework.BundleContext bundleContext, Map<String,?> config)
void
deactivate()
-