Uses of Interface
org.eclipse.equinox.p2.metadata.IProvidedCapability
Packages that use IProvidedCapability
-
Uses of IProvidedCapability in org.eclipse.equinox.p2.metadata
Methods in org.eclipse.equinox.p2.metadata that return IProvidedCapabilityModifier and TypeMethodDescriptionstatic IProvidedCapability
MetadataFactory.createProvidedCapability
(String namespace, String name, Version version) Returns aIProvidedCapability
with the given values.static IProvidedCapability
MetadataFactory.createProvidedCapability
(String namespace, Map<String, Object> properties) Returns aIProvidedCapability
with the given values.Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type IProvidedCapabilityModifier and TypeMethodDescriptionIInstallableUnit.getProvidedCapabilities()
Returns the collection of capabilities provided by this installable unit.MetadataFactory.InstallableUnitDescription.getProvidedCapabilities()
Return a collection of all the capabilities specified on this installable unit.Methods in org.eclipse.equinox.p2.metadata with parameters of type IProvidedCapabilityModifier and TypeMethodDescriptionvoid
MetadataFactory.InstallableUnitDescription.setCapabilities
(IProvidedCapability[] exportedCapabilities) Set the capabilities for the installable unit.Method parameters in org.eclipse.equinox.p2.metadata with type arguments of type IProvidedCapabilityModifier and TypeMethodDescriptionvoid
MetadataFactory.InstallableUnitDescription.addProvidedCapabilities
(Collection<IProvidedCapability> additional) Add the specified capabilities to the installable unit.