@Role public interface ExtensionRepositoryFactory
ExtensionRepository
s.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 identifierExtensionRepository
ExtensionRepositoryException
- failed to create a ExtensionRepository
for the provided identifierExtensionRepository createRepository(ExtensionRepositoryDescriptor repositoryDescriptor) throws ExtensionRepositoryException
ExtensionRepository
.repositoryDescriptor
- the repository descriptorExtensionRepository
ExtensionRepositoryException
- failed to create a ExtensionRepository
for the provided identifierCopyright © 2004–2021 XWiki. All rights reserved.