Class RemedyConfig
- java.lang.Object
-
- org.eclipse.equinox.p2.operations.RemedyConfig
-
public class RemedyConfig 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 boolean
allowDifferentVersion
boolean
allowInstalledRemoval
boolean
allowInstalledUpdate
boolean
allowPartialInstall
-
Constructor Summary
Constructors Constructor Description RemedyConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RemedyConfig[]
getAllRemedyConfigs()
static RemedyConfig[]
getCheckForUpdateRemedyConfigs()
-
-
-
Method Detail
-
getCheckForUpdateRemedyConfigs
public static RemedyConfig[] getCheckForUpdateRemedyConfigs()
-
getAllRemedyConfigs
public static RemedyConfig[] getAllRemedyConfigs()
-
-