Uses of Interface
org.eclipse.equinox.p2.metadata.IRequirementChange
Packages that use IRequirementChange
-
Uses of IRequirementChange in org.eclipse.equinox.p2.metadata
Methods in org.eclipse.equinox.p2.metadata that return IRequirementChangeModifier and TypeMethodDescriptionstatic 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 IRequirementChangeModifier and TypeMethodDescriptionIInstallableUnitPatch.getRequirementsChange()
Returns the requirement changes imposed by the patch.Methods in org.eclipse.equinox.p2.metadata with parameters of type IRequirementChangeModifier and TypeMethodDescriptionvoid
MetadataFactory.InstallableUnitPatchDescription.setRequirementChanges
(IRequirementChange[] changes) Set the requirement change for the installable unit patch.