Package | Description |
---|---|
org.eclipse.equinox.p2.metadata |
Defines the metadata being handled by p2.
|
Modifier and Type | Method and Description |
---|---|
static IUpdateDescriptor |
MetadataFactory.createUpdateDescriptor(Collection<IMatchExpression<IInstallableUnit>> descriptors,
int severity,
String description,
URI location) |
static IUpdateDescriptor |
MetadataFactory.createUpdateDescriptor(String id,
VersionRange range,
int severity,
String description)
Creates a new update descriptor object.
|
static IUpdateDescriptor |
MetadataFactory.createUpdateDescriptor(String id,
VersionRange range,
int severity,
String description,
URI location)
Create and return a new update descriptor
IUpdateDescriptor with the specified values. |
IUpdateDescriptor |
IInstallableUnit.getUpdateDescriptor()
Returns information about what this installable unit is an update of.
|
IUpdateDescriptor |
MetadataFactory.InstallableUnitDescription.getUpdateDescriptor()
Returns the UpdateDescriptor for this IU
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataFactory.InstallableUnitDescription.setUpdateDescriptor(IUpdateDescriptor updateInfo)
Set the update descriptor for the installable unit.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.