Uses of Class
org.xwiki.extension.repository.ExtensionRepositoryException

Packages that use ExtensionRepositoryException
org.xwiki.extension.repository   
 

Uses of ExtensionRepositoryException in org.xwiki.extension.repository
 

Subclasses of ExtensionRepositoryException in org.xwiki.extension.repository
 class LocalExtensionRepositoryException
          LocalExtensionRepository related error.
 

Methods in org.xwiki.extension.repository that throw ExtensionRepositoryException
 ExtensionRepository ExtensionRepositoryManager.addRepository(ExtensionRepositoryDescriptor repositoryDescriptor)
          Create and add a new repository.
 ExtensionRepository ExtensionRepositoryManager.addRepository(ExtensionRepositoryId repositoryId)
          Create and add a new repository.
 ExtensionRepository ExtensionRepositoryFactory.createRepository(ExtensionRepositoryDescriptor repositoryDescriptor)
          Create a new ExtensionRepository.
 ExtensionRepository ExtensionRepositoryFactory.createRepository(ExtensionRepositoryId repositoryId)
          Deprecated. since 4.3M1 use ExtensionRepositoryFactory.createRepository(ExtensionRepositoryDescriptor)
 ExtensionRepository AbstractExtensionRepositoryFactory.createRepository(ExtensionRepositoryId repositoryId)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.