Uses of Interface
org.eclipse.equinox.p2.metadata.IInstallableUnitFragment
Packages that use IInstallableUnitFragment
-
Uses of IInstallableUnitFragment in org.eclipse.equinox.p2.metadata
Methods in org.eclipse.equinox.p2.metadata that return IInstallableUnitFragmentModifier and TypeMethodDescriptionstatic IInstallableUnitFragment
MetadataFactory.createInstallableUnitFragment
(MetadataFactory.InstallableUnitFragmentDescription description) Returns anIInstallableUnitFragment
based on the given description.Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type IInstallableUnitFragmentModifier and TypeMethodDescriptionIInstallableUnit.getFragments()
Returns the fragments that have been bound to this installable unit, ornull
if this unit is not resolved.Methods in org.eclipse.equinox.p2.metadata with parameters of type IInstallableUnitFragmentModifier and TypeMethodDescriptionstatic IInstallableUnit
MetadataFactory.createResolvedInstallableUnit
(IInstallableUnit unit, IInstallableUnitFragment[] fragments) Returns anIInstallableUnit
that represents the given unit bound to the given fragments.