public class RemedyIUDetail extends Object
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the p2 team.
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_ADDED |
static int |
STATUS_CHANGED |
static int |
STATUS_NOT_ADDED |
static int |
STATUS_REMOVED |
Constructor and Description |
---|
RemedyIUDetail(IInstallableUnit iu) |
Modifier and Type | Method and Description |
---|---|
Version |
getBeingInstalledVersion() |
Version |
getInstalledVersion() |
IInstallableUnit |
getIu() |
Version |
getRequestedVersion() |
int |
getStatus() |
void |
setBeingInstalledVersion(Version beingInstalledVersion) |
void |
setInstalledVersion(Version installedVersion) |
void |
setRequestedVersion(Version requestedVersion) |
void |
setStatus(int status) |
public static final int STATUS_ADDED
public static final int STATUS_REMOVED
public static final int STATUS_NOT_ADDED
public static final int STATUS_CHANGED
public RemedyIUDetail(IInstallableUnit iu)
public void setStatus(int status)
public int getStatus()
public Version getRequestedVersion()
public void setRequestedVersion(Version requestedVersion)
public Version getBeingInstalledVersion()
public void setBeingInstalledVersion(Version beingInstalledVersion)
public IInstallableUnit getIu()
public Version getInstalledVersion()
public void setInstalledVersion(Version installedVersion)
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.