|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manages a list of static constants.
Field Summary | |
static int |
RULE_COMPATIBLE
Dependency can be satisfied only with plug-in version that is compatible with the specified version (either is equivalent, or greater minor identifier (but same major identifier)). |
static int |
RULE_EQUIVALENT
Dependency can be satisfied only with plug-in version that is equivalent to the specified version (same major and minor version identifier, greater than or equal service identifier). |
static int |
RULE_GREATER_OR_EQUAL
Dependency can be satisfied only with plug-in version that is greater or equal to the specified version. |
static int |
RULE_NONE
No matching rule specified |
static int |
RULE_PERFECT
Dependency can be satisfied only with plug-in version matching exactly the specified version. |
static int |
RULE_PREFIX
Dependency can be satisfied only if the required identifier is a prefix of the specified identifier. |
static int |
SEARCH_ROOT
The search location for updates is defined by the root feature. |
static int |
SEARCH_SELF
The search location for updates is defined by this feature. |
Field Detail |
public static final int RULE_NONE
public static final int RULE_PERFECT
public static final int RULE_EQUIVALENT
public static final int RULE_COMPATIBLE
public static final int RULE_GREATER_OR_EQUAL
public static final int RULE_PREFIX
public static final int SEARCH_ROOT
public static final int SEARCH_SELF
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |