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.
An extension repository identifier.
- Since:
- 4.0M1
- Version:
- $Id: ee70f1df2cfb101539a51cce73fe865c0a6a6ff4 $
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionRepositoryId
(String id, String type, URI uri) Deprecated.ExtensionRepositoryId
(ExtensionRepositoryDescriptor descriptor) Deprecated.Deprecated. -
Method Summary
Methods inherited from class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
equals, getId, getProperties, getProperty, getType, getURI, hashCode, putProperty, setProperties, toString
-
Constructor Details
-
ExtensionRepositoryId
Deprecated.- Parameters:
id
- the identifier to clone
-
ExtensionRepositoryId
Deprecated.- Parameters:
id
- the unique identifiertype
- the repository type (maven, xwiki, etc.)uri
- the repository adress
-
ExtensionRepositoryId
Deprecated.- Parameters:
descriptor
- the descriptor to copy- Since:
- 4.3M1
-
ExtensionRepositoryDescriptor
instead