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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetIu()intvoidsetBeingInstalledVersion(Version beingInstalledVersion) voidsetInstalledVersion(Version installedVersion) voidsetRequestedVersion(Version requestedVersion) voidsetStatus(int status) 
- 
Field Details- 
STATUS_ADDEDpublic static final int STATUS_ADDED- See Also:
 
- 
STATUS_REMOVEDpublic static final int STATUS_REMOVED- See Also:
 
- 
STATUS_NOT_ADDEDpublic static final int STATUS_NOT_ADDED- See Also:
 
- 
STATUS_CHANGEDpublic static final int STATUS_CHANGED- See Also:
 
 
- 
- 
Constructor Details- 
RemedyIUDetail
 
- 
- 
Method Details- 
setStatuspublic void setStatus(int status) 
- 
getStatuspublic int getStatus()
- 
getRequestedVersion
- 
setRequestedVersion
- 
getBeingInstalledVersion
- 
setBeingInstalledVersion
- 
getIu
- 
getInstalledVersion
- 
setInstalledVersion
 
-