public abstract class AbstractExtensionRepositoryFactory extends Object implements ExtensionRepositoryFactory
ExtensionRepositoryFactory
.Constructor and Description |
---|
AbstractExtensionRepositoryFactory() |
Modifier and Type | Method and Description |
---|---|
ExtensionRepository |
createRepository(ExtensionRepositoryId repositoryId)
Create a new
ExtensionRepository . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createRepository
public ExtensionRepository createRepository(ExtensionRepositoryId repositoryId) throws ExtensionRepositoryException
ExtensionRepositoryFactory
ExtensionRepository
.createRepository
in interface ExtensionRepositoryFactory
repositoryId
- the repository identifierExtensionRepository
ExtensionRepositoryException
- failed to create a ExtensionRepository
for the provided identifierCopyright © 2004–2021 XWiki. All rights reserved.