Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.metadata.ITouchpointInstruction

Packages that use ITouchpointInstruction
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
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.
 

Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type ITouchpointInstruction
 java.util.Map<java.lang.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
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
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.