Uses of Interface
org.eclipse.equinox.p2.metadata.IInstallableUnitFragment
-
Packages that use IInstallableUnitFragment Package Description org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. -
-
Uses of IInstallableUnitFragment in org.eclipse.equinox.p2.metadata
Methods in org.eclipse.equinox.p2.metadata that return IInstallableUnitFragment Modifier and Type Method Description static 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 IInstallableUnitFragment Modifier and Type Method Description Collection<IInstallableUnitFragment>
IInstallableUnit. 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 IInstallableUnitFragment Modifier and Type Method Description static IInstallableUnit
MetadataFactory. createResolvedInstallableUnit(IInstallableUnit unit, IInstallableUnitFragment[] fragments)
Returns anIInstallableUnit
that represents the given unit bound to the given fragments.
-