Interface ExtensionRepositoryDescriptor

All Known Implementing Classes:
DefaultExtensionRepositoryDescriptor, ExtensionRepositoryId

public interface ExtensionRepositoryDescriptor
Describe a repository.
Since:
4.3M1
Version:
$Id: 59d92122f992a07734f55f747dbb447f6650b3a9 $
  • 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

      String getProperty(String key)
      Parameters:
      key - the property key
      Returns:
      the property value
    • getProperties

      Map<String,String> getProperties()
      Extends ExtensionRepositoryDescriptor standard properties.
      Returns:
      the properties