Package | Description |
---|---|
org.eclipse.equinox.p2.metadata |
Defines the metadata being handled by p2.
|
Modifier and Type | Method and Description |
---|---|
static IInstallableUnitFragment |
MetadataFactory.createInstallableUnitFragment(MetadataFactory.InstallableUnitFragmentDescription description)
Returns an
IInstallableUnitFragment based on the given
description. |
Modifier and Type | Method and Description |
---|---|
Collection<IInstallableUnitFragment> |
IInstallableUnit.getFragments()
Returns the fragments that have been bound to this installable unit, or
null if this unit is not resolved. |
Modifier and Type | Method and Description |
---|---|
static IInstallableUnit |
MetadataFactory.createResolvedInstallableUnit(IInstallableUnit unit,
IInstallableUnitFragment[] fragments)
Returns an
IInstallableUnit that represents the given
unit bound to the given fragments. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.