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 IProvidedCapabilityMetadataFactory.createProvidedCapability(String namespace, String name, Version version) Returns aIProvidedCapabilitywith the given values.static IProvidedCapabilityMetadataFactory.createProvidedCapability(String namespace, Map<String, Object> properties) Returns aIProvidedCapabilitywith 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 TypeMethodDescriptionvoidMetadataFactory.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 TypeMethodDescriptionvoidMetadataFactory.InstallableUnitDescription.addProvidedCapabilities(Collection<IProvidedCapability> additional) Add the specified capabilities to the installable unit.