Package org.xwiki.extension.repository
Interface ExtensionRepositoryDescriptor
-
- All Known Implementing Classes:
DefaultExtensionRepositoryDescriptor,ExtensionRepositoryId
public interface ExtensionRepositoryDescriptorDescribe a repository.- Since:
- 4.3M1
- Version:
- $Id: 59d92122f992a07734f55f747dbb447f6650b3a9 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Map<String,String>getProperties()ExtendsExtensionRepositoryDescriptorstandard properties.StringgetProperty(String key)StringgetType()URIgetURI()
-
-
-
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()
ExtendsExtensionRepositoryDescriptorstandard properties.- Returns:
- the properties
-
-