Uses of Interface
org.eclipse.equinox.p2.metadata.ITouchpointInstruction
-
Packages that use ITouchpointInstruction Package Description org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. -
-
Uses of ITouchpointInstruction in org.eclipse.equinox.p2.metadata
Methods in org.eclipse.equinox.p2.metadata that return ITouchpointInstruction Modifier and Type Method Description static ITouchpointInstruction
MetadataFactory. createTouchpointInstruction(String body, String importAttribute)
ITouchpointInstruction
ITouchpointData. getInstruction(String instructionKey)
Returns the touchpoint instruction corresponding to the given key.Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type ITouchpointInstruction Modifier and Type Method Description Map<String,ITouchpointInstruction>
ITouchpointData. getInstructions()
Returns an unmodifiable map of the touchpoint instructions.Method parameters in org.eclipse.equinox.p2.metadata with type arguments of type ITouchpointInstruction Modifier and Type Method Description static ITouchpointData
MetadataFactory. mergeTouchpointData(ITouchpointData initial, Map<String,ITouchpointInstruction> incomingInstructions)
Merge the given touchpoint instructions with a pre-existing touchpoint data
-