org.xwiki.extension.repository
Interface ExtensionRepositoryFactory


@Role
public interface ExtensionRepositoryFactory

Create ExtensionRepositorys.

Since:
4.0M1
Version:
$Id$

Method Summary
 ExtensionRepository createRepository(ExtensionRepositoryId repositoryId)
          Create a new ExtensionRepository.
 

Method Detail

createRepository

ExtensionRepository createRepository(ExtensionRepositoryId repositoryId)
                                     throws ExtensionRepositoryException
Create a new ExtensionRepository.

Parameters:
repositoryId - the repository identifier
Returns:
the ExtensionRepository
Throws:
ExtensionRepositoryException - failed to create a ExtensionRepository for the provided identifier


Copyright © 2004-2012 XWiki. All Rights Reserved.