Uses of Interface
org.eclipse.equinox.p2.metadata.ITouchpointType
Packages that use ITouchpointType
-
Uses of ITouchpointType in org.eclipse.equinox.p2.metadata
Fields in org.eclipse.equinox.p2.metadata declared as ITouchpointTypeModifier and TypeFieldDescriptionstatic final ITouchpointType
ITouchpointType.NONE
A touchpoint type indicating an undefined touchpoint type.Methods in org.eclipse.equinox.p2.metadata that return ITouchpointTypeModifier and TypeMethodDescriptionstatic ITouchpointType
MetadataFactory.createTouchpointType
(String id, Version version) Returns aTouchpointType
with the given id and version.IInstallableUnit.getTouchpointType()
Methods in org.eclipse.equinox.p2.metadata with parameters of type ITouchpointTypeModifier and TypeMethodDescriptionvoid
MetadataFactory.InstallableUnitDescription.setTouchpointType
(ITouchpointType type) Set the touchpoint type for the installable unit.