Uses of Class
org.apache.sling.jcr.base.AbstractSlingRepository2
-
Packages that use AbstractSlingRepository2 Package Description org.apache.sling.jcr.base Theorg.apache.sling.jcr.basepackage 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 AbstractSlingRepository2AbstractSlingRepositoryManager. create(org.osgi.framework.Bundle usingBundle)Creates an instance of theAbstractSlingRepository2implementation for use by the givenusingBundle.Methods in org.apache.sling.jcr.base with parameters of type AbstractSlingRepository2 Modifier and Type Method Description protected abstract voidAbstractSlingRepositoryManager. destroy(AbstractSlingRepository2 repositoryServiceInstance)Cleans up the givenAbstractSlingRepository2instance previously created by theAbstractSlingRepositoryManager.create(Bundle)method.
-