Uses of Class
org.xwiki.extension.repository.ExtensionRepositoryException
-
Packages that use ExtensionRepositoryException Package Description org.xwiki.extension.repository -
-
Uses of ExtensionRepositoryException in org.xwiki.extension.repository
Subclasses of ExtensionRepositoryException in org.xwiki.extension.repository Modifier and Type Class Description class
LocalExtensionRepositoryException
LocalExtensionRepository
related error.Methods in org.xwiki.extension.repository that throw ExtensionRepositoryException Modifier and Type Method Description ExtensionRepository
ExtensionRepositoryManager. addRepository(ExtensionRepositoryDescriptor repositoryDescriptor)
Create and add a new repository.default ExtensionRepository
ExtensionRepositoryManager. addRepository(ExtensionRepositoryDescriptor repositoryDescriptor, int priority)
Create and add a new repository.ExtensionRepository
ExtensionRepositoryManager. addRepository(ExtensionRepositoryId repositoryId)
Deprecated.since 4.3M1 useExtensionRepositoryManager.addRepository(ExtensionRepositoryDescriptor)
insteadExtensionRepository
AbstractExtensionRepositoryFactory. createRepository(ExtensionRepositoryId repositoryId)
ExtensionRepository
ExtensionRepositoryFactory. createRepository(ExtensionRepositoryDescriptor repositoryDescriptor)
Create a newExtensionRepository
.ExtensionRepository
ExtensionRepositoryFactory. createRepository(ExtensionRepositoryId repositoryId)
Deprecated.
-