Artifact Repositories

Identifier:
org.eclipse.equinox.p2.artifact.repository.artifactRepositories

Since:
org.eclipse.equinox.p2.artifact.repository 1.0.0

Description:
This extension point is used to provide artifact repository implementations

Configuration Markup:

<!ELEMENT extension (factory , filter)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT factory EMPTY>

<!ATTLIST factory

class CDATA #REQUIRED>


<!ELEMENT filter EMPTY>

<!ATTLIST filter

suffix CDATA #IMPLIED>


Examples:
[Enter extension point usage example here.]

API Information:
The value of the class attribute must represent a subclass of org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.ArtifactRepositoryFactory

Supplied Implementation:
This bundle provides an artifact repository factory for the IArtifactRepositoryManager#TYPE_SIMPLE_REPOSITORY repository type.


Copyright (c) 2007, 2008 IBM Corporation and others.
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html/ SPDX-License-Identifier: EPL-2.0