Package org.xwiki.extension.repository
Interface ExtensionRepositoryDescriptor
- All Known Implementing Classes:
DefaultExtensionRepositoryDescriptor
,ExtensionRepositoryId
public interface ExtensionRepositoryDescriptor
Describe a repository.
- Since:
- 4.3M1
- Version:
- $Id: 59d92122f992a07734f55f747dbb447f6650b3a9 $
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
ExtendsExtensionRepositoryDescriptor
standard properties.getProperty
(String key) getType()
getURI()
-
Method Details
-
getId
String getId()- Returns:
- the unique identifier
-
getType
String getType()- Returns:
- the repository type (maven, xwiki, etc.)
-
getURI
URI getURI()- Returns:
- the repository address
-
getProperty
- Parameters:
key
- the property key- Returns:
- the property value
-
getProperties
ExtendsExtensionRepositoryDescriptor
standard properties.- Returns:
- the properties
-