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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRemedyIUDetail
(RemedyIUDetail iuDetail) int
int
org.eclipse.equinox.internal.p2.director.ProfileChangeRequest
void
setBeingInstalledRelaxedWeight
(int beingInstalledRelaxedWeight) void
setConfig
(RemedyConfig config) void
setInstallationRelaxedWeight
(int installationRelaxedWeight) void
setRequest
(org.eclipse.equinox.internal.p2.director.ProfileChangeRequest request)
-
Constructor Details
-
Remedy
-
-
Method Details
-
getIusDetails
-
getOriginalRequest
-
getConfig
-
setConfig
-
getRequest
public org.eclipse.equinox.internal.p2.director.ProfileChangeRequest getRequest() -
setRequest
public void setRequest(org.eclipse.equinox.internal.p2.director.ProfileChangeRequest request) -
getBeingInstalledRelaxedWeight
public int getBeingInstalledRelaxedWeight() -
setBeingInstalledRelaxedWeight
public void setBeingInstalledRelaxedWeight(int beingInstalledRelaxedWeight) -
getInstallationRelaxedWeight
public int getInstallationRelaxedWeight() -
setInstallationRelaxedWeight
public void setInstallationRelaxedWeight(int installationRelaxedWeight) -
addRemedyIUDetail
-