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.
Constructor and Description |
---|
Remedy(IProfileChangeRequest originalRequest) |
Modifier and Type | Method and 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) |
public Remedy(IProfileChangeRequest originalRequest)
public List<RemedyIUDetail> getIusDetails()
public IProfileChangeRequest getOriginalRequest()
public RemedyConfig getConfig()
public void setConfig(RemedyConfig config)
public org.eclipse.equinox.internal.p2.director.ProfileChangeRequest getRequest()
public void setRequest(org.eclipse.equinox.internal.p2.director.ProfileChangeRequest request)
public int getBeingInstalledRelaxedWeight()
public void setBeingInstalledRelaxedWeight(int beingInstalledRelaxedWeight)
public int getInstallationRelaxedWeight()
public void setInstallationRelaxedWeight(int installationRelaxedWeight)
public void addRemedyIUDetail(RemedyIUDetail iuDetail)
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.