org.outerj.daisy.repository
Interface RepositoryManager
public interface RepositoryManager
A RepositoryManager is the place to get Repository instances from.
A RepositoryManager represents one 'physical' repository (one database).
All Repository instances retrieved from one RepositoryManager thus represent
the same repository, the difference between the instances is they are
authenticated for different users.
getRepository
Repository getRepository(Credentials credentials)
throws RepositoryException
- Throws:
RepositoryException
Copyright © -2006 . All Rights Reserved.