Uses of Class
org.apache.sling.jcr.base.AbstractSlingRepository2
Package
Description
The
org.apache.sling.jcr.base
package provides basic support
to expose JCR repositories in Sling.-
Uses of AbstractSlingRepository2 in org.apache.sling.jcr.base
Modifier and TypeMethodDescriptionprotected abstract AbstractSlingRepository2
AbstractSlingRepositoryManager.create
(org.osgi.framework.Bundle usingBundle) Creates an instance of theAbstractSlingRepository2
implementation for use by the givenusingBundle
.Modifier and TypeMethodDescriptionprotected abstract void
AbstractSlingRepositoryManager.destroy
(AbstractSlingRepository2 repositoryServiceInstance) Cleans up the givenAbstractSlingRepository2
instance previously created by theAbstractSlingRepositoryManager.create(Bundle)
method.