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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Map<String,String>
getProperties()
ExtendsExtensionRepositoryDescriptor
standard properties.String
getProperty(String key)
String
getType()
URI
getURI()
-
-
-
Method Detail
-
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
String getProperty(String key)
- Parameters:
key
- the property key- Returns:
- the property value
-
getProperties
Map<String,String> getProperties()
ExtendsExtensionRepositoryDescriptor
standard properties.- Returns:
- the properties
-
-