Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Repository |
Session.getRepository() |
Repository |
Repositories.getRepository(String repositoryName)
Return the JCR Repository with the supplied name.
|
Repository |
RepositoriesContainer.getRepository(String repositoryName,
Map<?,?> parameters)
Return the JCR Repository with the supplied name and an optional map of parameters which can be used to initialize the
repository.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.