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