|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Repositories
Representation of a generic container of multiple Repository
instances. This interface helps
decouple applications that use JCR repositories from the actual JCR implementation.
Method Summary | |
---|---|
Repository |
getRepository(String repositoryName)
Return the JCR Repository with the supplied name. |
Set<String> |
getRepositoryNames()
Get the names of the available repositories. |
Method Detail |
---|
Set<String> getRepositoryNames()
Repository getRepository(String repositoryName) throws RepositoryException
repositoryName
- the name of the repository to return; may not be null
RepositoryException
- if no repository exists with the given name or there is an error communicating with
the repository
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |