Class Remedy
- java.lang.Object
-
- org.eclipse.equinox.p2.operations.Remedy
-
public class Remedy 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.
- Since:
- 2.3
- Restriction:
-
-
Constructor Summary
Constructors Constructor Description Remedy(IProfileChangeRequest originalRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRemedyIUDetail(RemedyIUDetail iuDetail)
int
getBeingInstalledRelaxedWeight()
RemedyConfig
getConfig()
int
getInstallationRelaxedWeight()
List<RemedyIUDetail>
getIusDetails()
IProfileChangeRequest
getOriginalRequest()
org.eclipse.equinox.internal.p2.director.ProfileChangeRequest
getRequest()
void
setBeingInstalledRelaxedWeight(int beingInstalledRelaxedWeight)
void
setConfig(RemedyConfig config)
void
setInstallationRelaxedWeight(int installationRelaxedWeight)
void
setRequest(org.eclipse.equinox.internal.p2.director.ProfileChangeRequest request)
-
-
-
Constructor Detail
-
Remedy
public Remedy(IProfileChangeRequest originalRequest)
-
-
Method Detail
-
getIusDetails
public List<RemedyIUDetail> getIusDetails()
-
getOriginalRequest
public IProfileChangeRequest getOriginalRequest()
-
getConfig
public RemedyConfig getConfig()
-
setConfig
public void setConfig(RemedyConfig config)
-
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
public void addRemedyIUDetail(RemedyIUDetail iuDetail)
-
-