Class RemedyIUDetail
java.lang.Object
org.eclipse.equinox.p2.operations.RemedyIUDetail
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.
- Since:
- 2.3
- Restriction:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIu()
int
void
setBeingInstalledVersion
(Version beingInstalledVersion) void
setInstalledVersion
(Version installedVersion) void
setRequestedVersion
(Version requestedVersion) void
setStatus
(int status)
-
Field Details
-
STATUS_ADDED
public static final int STATUS_ADDED- See Also:
-
STATUS_REMOVED
public static final int STATUS_REMOVED- See Also:
-
STATUS_NOT_ADDED
public static final int STATUS_NOT_ADDED- See Also:
-
STATUS_CHANGED
public static final int STATUS_CHANGED- See Also:
-
-
Constructor Details
-
RemedyIUDetail
-
-
Method Details
-
setStatus
public void setStatus(int status) -
getStatus
public int getStatus() -
getRequestedVersion
-
setRequestedVersion
-
getBeingInstalledVersion
-
setBeingInstalledVersion
-
getIu
-
getInstalledVersion
-
setInstalledVersion
-