Package | Description |
---|---|
org.eclipse.equinox.p2.metadata |
Defines the metadata being handled by p2.
|
Modifier and Type | Method and Description |
---|---|
static IProvidedCapability |
MetadataFactory.createProvidedCapability(String namespace,
String name,
Version version)
Returns a
IProvidedCapability with the given values. |
Modifier and Type | Method and Description |
---|---|
Collection<IProvidedCapability> |
IInstallableUnit.getProvidedCapabilities()
Returns the collection of capabilities provided by this installable unit.
|
Collection<IProvidedCapability> |
MetadataFactory.InstallableUnitDescription.getProvidedCapabilities()
Return a collection of all the capabilities specified on this installable unit.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataFactory.InstallableUnitDescription.setCapabilities(IProvidedCapability[] exportedCapabilities)
Set the capabilities for the installable unit.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataFactory.InstallableUnitDescription.addProvidedCapabilities(Collection<IProvidedCapability> additional)
Add the specified capabilities to the installable unit.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.