public interface RepositoryFactory
Creates a repository and optionally an JNDI bindable object to bind the repository to a JNDI name.
The repository factory to use is usually specified in the MBean configuration file.
Modifier and Type | Method and Description |
---|---|
Repository |
createRepository(RepositoryDescriptor descriptor)
Creates a repository implementation given a repository descriptor object.
|
Repository createRepository(RepositoryDescriptor descriptor) throws Exception
descriptor
- the repository descriptorException
- if an error occursCopyright © 2011 Nuxeo SA. All Rights Reserved.