Uses of Interface
org.apache.sling.jcr.api.SlingRepository

Packages that use SlingRepository
org.apache.sling.commons.testing.jcr   
org.apache.sling.jcr.base   
 

Uses of SlingRepository in org.apache.sling.commons.testing.jcr
 

Classes in org.apache.sling.commons.testing.jcr that implement SlingRepository
static class RepositoryUtil.RepositoryWrapper
           
 

Methods in org.apache.sling.commons.testing.jcr that return SlingRepository
protected  SlingRepository RepositoryTestBase.getRepository()
          Return a Repository - first call initializes it, and a JVM shutdown hook is registered to stop it
static SlingRepository RepositoryUtil.getRepository()
          Get a repository
 

Uses of SlingRepository in org.apache.sling.jcr.base
 

Classes in org.apache.sling.jcr.base that implement SlingRepository
 class AbstractSlingRepository
          The AbstractSlingRepository is an abstract implementation of the SlingRepository interface which provides default support for attached repositories as well as ensuring live repository connection, reconnecting if needed.
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.