| Package | Description |
|---|---|
| org.eclipse.equinox.p2.metadata |
Defines the metadata being handled by p2.
|
| Modifier and Type | Method and Description |
|---|---|
static ITouchpointInstruction |
MetadataFactory.createTouchpointInstruction(java.lang.String body,
java.lang.String importAttribute) |
ITouchpointInstruction |
ITouchpointData.getInstruction(java.lang.String instructionKey)
Returns the touchpoint instruction corresponding to the given key.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ITouchpointInstruction> |
ITouchpointData.getInstructions()
Returns an unmodifiable map of the touchpoint instructions.
|
| Modifier and Type | Method and Description |
|---|---|
static ITouchpointData |
MetadataFactory.mergeTouchpointData(ITouchpointData initial,
java.util.Map<java.lang.String,ITouchpointInstruction> incomingInstructions)
Merge the given touchpoint instructions with a pre-existing touchpoint data
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.