Uses of Interface
org.eclipse.equinox.p2.metadata.ITouchpointType
-
Packages that use ITouchpointType Package Description 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 Modifier and Type Field Description static ITouchpointType
ITouchpointType. NONE
A touchpoint type indicating an undefined touchpoint type.Methods in org.eclipse.equinox.p2.metadata that return ITouchpointType Modifier and Type Method Description static ITouchpointType
MetadataFactory. createTouchpointType(String id, Version version)
Returns aTouchpointType
with the given id and version.ITouchpointType
IInstallableUnit. getTouchpointType()
Methods in org.eclipse.equinox.p2.metadata with parameters of type ITouchpointType Modifier and Type Method Description void
MetadataFactory.InstallableUnitDescription. setTouchpointType(ITouchpointType type)
Set the touchpoint type for the installable unit.
-