Eclipse Platform
Release 3.6

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

Packages that use IRequirement
org.eclipse.equinox.p2.engine Provides support for interacting with the p2 provisioning engine Package Specification This package specifies API for interacting with the p2 provisioning engine. 
org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. 
 

Uses of IRequirement in org.eclipse.equinox.p2.engine
 

Methods in org.eclipse.equinox.p2.engine that return types with arguments of type IRequirement
 Collection<IRequirement> ProvisioningContext.getAdditionalRequirements()
           
 

Method parameters in org.eclipse.equinox.p2.engine with type arguments of type IRequirement
 void ProvisioningContext.setAdditionalRequirements(Collection<IRequirement> requirements)
           
 

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

Methods in org.eclipse.equinox.p2.metadata that return IRequirement
 IRequirement[][] IInstallableUnitPatch.getApplicabilityScope()
          The applicability scope of a patch describes the installable units that this patch should be applied to.
 IRequirement[] IInstallableUnitFragment.getHost()
           
 IRequirement IInstallableUnitPatch.getLifeCycle()
          Returns the required capability that defines the lifecycle of this patch.
 

Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type IRequirement
 Collection<IRequirement> IInstallableUnit.getMetaRequiredCapabilities()
           
 Collection<IRequirement> IInstallableUnit.getRequiredCapabilities()
           
 

Methods in org.eclipse.equinox.p2.metadata with parameters of type IRequirement
 boolean IInstallableUnit.satisfies(IRequirement candidate)
          Returns whether this unit has a provided capability that satisfies the given requirement.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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