Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.metadata.IProvidedCapability

Packages that use IProvidedCapability
org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. 
 

Uses of IProvidedCapability in org.eclipse.equinox.p2.metadata
 

Methods in org.eclipse.equinox.p2.metadata that return IProvidedCapability
static IProvidedCapability MetadataFactory.createProvidedCapability(String namespace, String name, Version version)
          Returns a IProvidedCapability with the given values.
 

Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type IProvidedCapability
 Collection<IProvidedCapability> MetadataFactory.InstallableUnitDescription.getProvidedCapabilities()
           
 Collection<IProvidedCapability> IInstallableUnit.getProvidedCapabilities()
          Returns the collection of capabilities provided by this installable unit.
 

Methods in org.eclipse.equinox.p2.metadata with parameters of type IProvidedCapability
 void MetadataFactory.InstallableUnitDescription.setCapabilities(IProvidedCapability[] exportedCapabilities)
           
 

Method parameters in org.eclipse.equinox.p2.metadata with type arguments of type IProvidedCapability
 void MetadataFactory.InstallableUnitDescription.addProvidedCapabilities(Collection<IProvidedCapability> additional)
           
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.