Class Remedy
java.lang.Object
org.eclipse.equinox.p2.operations.Remedy
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:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddRemedyIUDetail(RemedyIUDetail iuDetail) intintorg.eclipse.equinox.internal.p2.director.ProfileChangeRequestvoidsetBeingInstalledRelaxedWeight(int beingInstalledRelaxedWeight) voidsetConfig(RemedyConfig config) voidsetInstallationRelaxedWeight(int installationRelaxedWeight) voidsetRequest(org.eclipse.equinox.internal.p2.director.ProfileChangeRequest request) 
- 
Constructor Details- 
Remedy
 
- 
- 
Method Details- 
getIusDetails
- 
getOriginalRequest
- 
getConfig
- 
setConfig
- 
getRequestpublic org.eclipse.equinox.internal.p2.director.ProfileChangeRequest getRequest()
- 
setRequestpublic void setRequest(org.eclipse.equinox.internal.p2.director.ProfileChangeRequest request) 
- 
getBeingInstalledRelaxedWeightpublic int getBeingInstalledRelaxedWeight()
- 
setBeingInstalledRelaxedWeightpublic void setBeingInstalledRelaxedWeight(int beingInstalledRelaxedWeight) 
- 
getInstallationRelaxedWeightpublic int getInstallationRelaxedWeight()
- 
setInstallationRelaxedWeightpublic void setInstallationRelaxedWeight(int installationRelaxedWeight) 
- 
addRemedyIUDetail
 
-