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 ITouchpointTypeITouchpointType. NONEA touchpoint type indicating an undefined touchpoint type.Methods in org.eclipse.equinox.p2.metadata that return ITouchpointType Modifier and Type Method Description static ITouchpointTypeMetadataFactory. createTouchpointType(String id, Version version)Returns aTouchpointTypewith the given id and version.ITouchpointTypeIInstallableUnit. getTouchpointType()Methods in org.eclipse.equinox.p2.metadata with parameters of type ITouchpointType Modifier and Type Method Description voidMetadataFactory.InstallableUnitDescription. setTouchpointType(ITouchpointType type)Set the touchpoint type for the installable unit.
-