org.xwiki.extension.repository
Class ExtensionRepositoryId
java.lang.Object
org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
org.xwiki.extension.repository.ExtensionRepositoryId
- All Implemented Interfaces:
- ExtensionRepositoryDescriptor
Deprecated. use ExtensionRepositoryDescriptor instead
@Deprecated
public class ExtensionRepositoryId
- extends DefaultExtensionRepositoryDescriptor
An extension repository identifier.
- Since:
- 4.0M1
- Version:
- $Id: 5ecc2ef6516ac148e05e0a6dd8ca9843ad4f72af $
ExtensionRepositoryId
public ExtensionRepositoryId(ExtensionRepositoryId id)
- Deprecated.
- Parameters:
id - the identifier to clone
ExtensionRepositoryId
public ExtensionRepositoryId(String id,
String type,
URI uri)
- Deprecated.
- Parameters:
id - the unique identifiertype - the repository type (maven, xwiki, etc.)uri - the repository adress
ExtensionRepositoryId
public ExtensionRepositoryId(ExtensionRepositoryDescriptor descriptor)
- Deprecated.
- Parameters:
descriptor - the descriptor to copy- Since:
- 4.3M1
Copyright © 2004-2013 XWiki. All Rights Reserved.