Class ExtensionRepositoryId

All Implemented Interfaces:
ExtensionRepositoryDescriptor

@Deprecated public class ExtensionRepositoryId extends DefaultExtensionRepositoryDescriptor
Deprecated.
An extension repository identifier.
Since:
4.0M1
Version:
$Id: ee70f1df2cfb101539a51cce73fe865c0a6a6ff4 $
  • Constructor Details

    • 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