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 IRequirementChangeMetadataFactory.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 TypeMethodDescriptionvoidMetadataFactory.InstallableUnitPatchDescription.setRequirementChanges(IRequirementChange[] changes) Set the requirement change for the installable unit patch.