Package org.xwiki.extension.repository
Interface ExtensionRepositorySource
- All Known Implementing Classes:
AbstractExtensionRepositorySource
A repository identifiers source (for example xwiki.properties).
- Since:
- 4.0M1
- Version:
- $Id: 3e0f940ef725c2fdf7bdd6f593d7cbae8f181a98 $
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.default int
The priority used to order extension repositories.
-
Method Details
-
getPriority
default int getPriority()The priority used to order extension repositories. The lowest values have the highest priorities and are listed first. For example a repository priority of 100 will be checked before one with a priority of 500.- Returns:
- the priority
- Since:
- 8.3M1
-
getExtensionRepositories
Deprecated.since 4.3M1 usegetExtensionRepositoryDescriptors()
instead- Returns:
- the extension repositories identifiers
-
getExtensionRepositoryDescriptors
Collection<ExtensionRepositoryDescriptor> getExtensionRepositoryDescriptors()- Returns:
- the extension repositories identifiers
-
getExtensionRepositoryDescriptors()
instead