Eclipse Platform
Release 3.6

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

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

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

Methods in org.eclipse.equinox.p2.metadata that return IRequirementChange
static IRequirementChange MetadataFactory.createRequirementChange(IRequirement applyOn, IRequirement newValue)
          Returns a new requirement change.
 

Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type IRequirementChange
 List<IRequirementChange> IInstallableUnitPatch.getRequirementsChange()
          Returns the requirement changes imposed by the patch.
 

Methods in org.eclipse.equinox.p2.metadata with parameters of type IRequirementChange
 void MetadataFactory.InstallableUnitPatchDescription.setRequirementChanges(IRequirementChange[] changes)
          Set the requirement change for the installable unit patch.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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