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 IInstallableUnitFragmentMetadataFactory.createInstallableUnitFragment(MetadataFactory.InstallableUnitFragmentDescription description) Returns anIInstallableUnitFragmentbased 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, ornullif this unit is not resolved.Methods in org.eclipse.equinox.p2.metadata with parameters of type IInstallableUnitFragmentModifier and TypeMethodDescriptionstatic IInstallableUnitMetadataFactory.createResolvedInstallableUnit(IInstallableUnit unit, IInstallableUnitFragment[] fragments) Returns anIInstallableUnitthat represents the given unit bound to the given fragments.