public interface IUpdateConstants
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Modifier and Type | Field and Description |
---|---|
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.
|
static final int RULE_NONE
static final int RULE_PERFECT
static final int RULE_EQUIVALENT
static final int RULE_COMPATIBLE
static final int RULE_GREATER_OR_EQUAL
static final int RULE_PREFIX
static final int SEARCH_ROOT
static final int SEARCH_SELF
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.