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 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 IInstallableUnitFragment Modifier and Type Method Description Collection<IInstallableUnitFragment>IInstallableUnit. 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 IInstallableUnitFragment Modifier and Type Method Description static IInstallableUnitMetadataFactory. createResolvedInstallableUnit(IInstallableUnit unit, IInstallableUnitFragment[] fragments)Returns anIInstallableUnitthat represents the given unit bound to the given fragments.
-