Class ExtensionRepositoryId

    • 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