Package | Description |
---|---|
org.apache.sling.jcr.base |
The
org.apache.sling.jcr.base package provides basic support
to expose JCR repositories in Sling. |
org.apache.sling.oak.server |
Contains in implementation of a SlingRepository based on Apache Oak.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSlingRepository2 |
AbstractSlingRepositoryManager.create(org.osgi.framework.Bundle usingBundle)
Creates an instance of the
AbstractSlingRepository2
implementation for use by the given usingBundle . |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractSlingRepositoryManager.destroy(AbstractSlingRepository2 repositoryServiceInstance)
Cleans up the given
AbstractSlingRepository2 instance previously
created by the AbstractSlingRepositoryManager.create(Bundle) method. |
Modifier and Type | Class and Description |
---|---|
class |
OakSlingRepository
A Sling repository implementation that wraps the Oak OSGi repository
implementation from the Oak project.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSlingRepository2 |
OakSlingRepositoryManager.create(org.osgi.framework.Bundle usingBundle) |
Modifier and Type | Method and Description |
---|---|
protected void |
OakSlingRepositoryManager.destroy(AbstractSlingRepository2 repositoryServiceInstance) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.