@Role public interface ExtensionRepositoryFactory
ExtensionRepositorys.| Modifier and Type | Method and Description |
|---|---|
ExtensionRepository |
createRepository(ExtensionRepositoryDescriptor repositoryDescriptor)
Create a new
ExtensionRepository. |
ExtensionRepository |
createRepository(ExtensionRepositoryId repositoryId)
Deprecated.
since 4.3M1 use
createRepository(ExtensionRepositoryDescriptor) |
@Deprecated ExtensionRepository createRepository(ExtensionRepositoryId repositoryId) throws ExtensionRepositoryException
createRepository(ExtensionRepositoryDescriptor)ExtensionRepository.repositoryId - the repository identifierExtensionRepositoryExtensionRepositoryException - failed to create a ExtensionRepository for the provided identifierExtensionRepository createRepository(ExtensionRepositoryDescriptor repositoryDescriptor) throws ExtensionRepositoryException
ExtensionRepository.repositoryDescriptor - the repository descriptorExtensionRepositoryExtensionRepositoryException - failed to create a ExtensionRepository for the provided identifierCopyright © 2004–2015 XWiki. All rights reserved.