public interface IUpdateDescriptor
MetadataFactory.createUpdateDescriptor(String, VersionRange, int, String)
Modifier and Type | Field and Description |
---|---|
static int |
HIGH
Update severity constant (value 1) indicating a high severity update.
|
static int |
NORMAL
Update severity constant (value 0) indicating a normal severity update.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the update.
|
Collection<IMatchExpression<IInstallableUnit>> |
getIUsBeingUpdated()
Returns an expression matching all installable units that will be updated by
the unit with this update descriptor.
|
URI |
getLocation()
Returns the location of a document containing the description.
|
int |
getSeverity()
The importance of the update descriptor represented as a int.
|
boolean |
isUpdateOf(IInstallableUnit iu)
Helper method indicating whether or not an installable unit is an update for the installable unit passed
|
static final int NORMAL
static final int HIGH
Collection<IMatchExpression<IInstallableUnit>> getIUsBeingUpdated()
String getDescription()
URI getLocation()
null
int getSeverity()
boolean isUpdateOf(IInstallableUnit iu)
iu
- the installable unit checked
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.