Eclipse Platform
Release 3.6

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

Packages that use ITouchpointType
org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. 
 

Uses of ITouchpointType in org.eclipse.equinox.p2.metadata
 

Fields in org.eclipse.equinox.p2.metadata declared as ITouchpointType
static ITouchpointType ITouchpointType.NONE
          A touchpoint type indicating an undefined touchpoint type.
 

Methods in org.eclipse.equinox.p2.metadata that return ITouchpointType
static ITouchpointType MetadataFactory.createTouchpointType(String id, Version version)
          Returns a TouchpointType with the given id and version.
 ITouchpointType IInstallableUnit.getTouchpointType()
           
 

Methods in org.eclipse.equinox.p2.metadata with parameters of type ITouchpointType
 void MetadataFactory.InstallableUnitDescription.setTouchpointType(ITouchpointType type)
          Set the touchpoint type for the installable unit.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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