Uses of Interface
org.modeshape.jcr.api.Repositories

Packages that use Repositories
org.modeshape.jboss.managed   
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.jcr.api This package provides a set of interfaces that extend the JCR 2.0 API interfaces with additional functionality, as well as defining the Repositories interface as a generic abstraction to any container of multiple JCR Repository instances. 
 

Uses of Repositories in org.modeshape.jboss.managed
 

Classes in org.modeshape.jboss.managed that implement Repositories
 class JNDIManagedRepositories
           
 

Uses of Repositories in org.modeshape.jcr
 

Classes in org.modeshape.jcr that implement Repositories
 class JcrEngine
          The basic component that encapsulates the ModeShape services, including the Repository instances.
 

Methods in org.modeshape.jcr that return Repositories
 Repositories JcrRepositoryFactory.getRepositories(String jcrUrl)
           
 

Uses of Repositories in org.modeshape.jcr.api
 

Methods in org.modeshape.jcr.api that return Repositories
 Repositories RepositoryFactory.getRepositories(String jcrUrl)
          Returns the Repositories instance referenced by the jcrUrl parameter.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.