Package org.xwiki.extension.repository
Class ExtensionRepositoryId
- java.lang.Object
-
- org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
-
- org.xwiki.extension.repository.ExtensionRepositoryId
-
- All Implemented Interfaces:
ExtensionRepositoryDescriptor
@Deprecated public class ExtensionRepositoryId extends DefaultExtensionRepositoryDescriptor
Deprecated.useExtensionRepositoryDescriptor
insteadAn extension repository identifier.- Since:
- 4.0M1
- Version:
- $Id: ee70f1df2cfb101539a51cce73fe865c0a6a6ff4 $
-
-
Constructor Summary
Constructors Constructor Description ExtensionRepositoryId(String id, String type, URI uri)
Deprecated.ExtensionRepositoryId(ExtensionRepositoryDescriptor descriptor)
Deprecated.ExtensionRepositoryId(ExtensionRepositoryId id)
Deprecated.
-
Method Summary
-
Methods inherited from class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
equals, getId, getProperties, getProperty, getType, getURI, hashCode, putProperty, setProperties, toString
-
-
-
-
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 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
-
-