org.xwiki.extension.repository
Class ExtensionRepositoryId

java.lang.Object
  extended by org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
      extended by 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 $

Constructor Summary
ExtensionRepositoryId(ExtensionRepositoryDescriptor descriptor)
          Deprecated.  
ExtensionRepositoryId(ExtensionRepositoryId id)
          Deprecated.  
ExtensionRepositoryId(String id, String type, URI uri)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
equals, getId, getProperties, getProperty, getType, getURI, hashCode, putProperty, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 identifier
type - 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.