Package | Description |
---|---|
org.eclipse.equinox.p2.metadata |
Defines the metadata being handled by p2.
|
Modifier and Type | Method and Description |
---|---|
static ITouchpointData |
MetadataFactory.createTouchpointData(Map<String,? extends Object> instructions)
Returns an instance of
ITouchpointData with the given instructions. |
static ITouchpointData |
MetadataFactory.mergeTouchpointData(ITouchpointData initial,
Map<String,ITouchpointInstruction> incomingInstructions)
Merge the given touchpoint instructions with a pre-existing touchpoint data
|
Modifier and Type | Method and Description |
---|---|
Collection<ITouchpointData> |
IInstallableUnit.getTouchpointData() |
Collection<ITouchpointData> |
MetadataFactory.InstallableUnitDescription.getTouchpointData()
Returns the current touchpoint data on this installable unit description.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataFactory.InstallableUnitDescription.addTouchpointData(ITouchpointData data) |
static ITouchpointData |
MetadataFactory.mergeTouchpointData(ITouchpointData initial,
Map<String,ITouchpointInstruction> incomingInstructions)
Merge the given touchpoint instructions with a pre-existing touchpoint data
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.