Class RemedyIUDetail
- java.lang.Object
-
- org.eclipse.equinox.p2.operations.RemedyIUDetail
-
public class RemedyIUDetail 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:
-
-
Field Summary
Fields Modifier and Type Field Description static intSTATUS_ADDEDstatic intSTATUS_CHANGEDstatic intSTATUS_NOT_ADDEDstatic intSTATUS_REMOVED
-
Constructor Summary
Constructors Constructor Description RemedyIUDetail(IInstallableUnit iu)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersiongetBeingInstalledVersion()VersiongetInstalledVersion()IInstallableUnitgetIu()VersiongetRequestedVersion()intgetStatus()voidsetBeingInstalledVersion(Version beingInstalledVersion)voidsetInstalledVersion(Version installedVersion)voidsetRequestedVersion(Version requestedVersion)voidsetStatus(int status)
-
-
-
Field Detail
-
STATUS_ADDED
public static final int STATUS_ADDED
- See Also:
- Constant Field Values
-
STATUS_REMOVED
public static final int STATUS_REMOVED
- See Also:
- Constant Field Values
-
STATUS_NOT_ADDED
public static final int STATUS_NOT_ADDED
- See Also:
- Constant Field Values
-
STATUS_CHANGED
public static final int STATUS_CHANGED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RemedyIUDetail
public RemedyIUDetail(IInstallableUnit iu)
-
-
Method Detail
-
setStatus
public void setStatus(int status)
-
getStatus
public int getStatus()
-
getRequestedVersion
public Version getRequestedVersion()
-
setRequestedVersion
public void setRequestedVersion(Version requestedVersion)
-
getBeingInstalledVersion
public Version getBeingInstalledVersion()
-
setBeingInstalledVersion
public void setBeingInstalledVersion(Version beingInstalledVersion)
-
getIu
public IInstallableUnit getIu()
-
getInstalledVersion
public Version getInstalledVersion()
-
setInstalledVersion
public void setInstalledVersion(Version installedVersion)
-
-