Processing Steps

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

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

Description:
This extension point is used to provide processing step implementations

Configuration Markup:

<!ELEMENT extension (step)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #REQUIRED

name  CDATA #IMPLIED>


<!ELEMENT step EMPTY>

<!ATTLIST step

class CDATA #REQUIRED>


Examples:
[Enter extension point usage example here.]

API Information:
The value of the class attribute must represent an implementor of org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]


Copyright (c) 2007, 2008 compeople AG 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