org.xwiki.extension.repository
Interface ExtensionRepositoryDescriptor

All Known Implementing Classes:
DefaultExtensionRepositoryDescriptor, ExtensionRepositoryId

public interface ExtensionRepositoryDescriptor

Describe a repository.

Since:
4.3M1
Version:
$Id: ad72e053fc9e197945031782976f2f17c42488a7 $

Method Summary
 String getId()
           
 Map<String,String> getProperties()
          Extends ExtensionRepositoryDescriptor 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 adress

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


Copyright © 2004-2013 XWiki. All Rights Reserved.