public interface IImport extends IAdaptable, IUpdateConstants, IPlatformEnvironment
Clients may implement this interface. However, in most cases clients should directly instantiate or subclass the provided implementation of this interface.
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.
Import
Modifier and Type | Field and Description |
---|---|
static int |
KIND_FEATURE
The import relates to a feature
|
static int |
KIND_PLUGIN
The import relates to a plugin
|
RULE_COMPATIBLE, RULE_EQUIVALENT, RULE_GREATER_OR_EQUAL, RULE_NONE, RULE_PERFECT, RULE_PREFIX, SEARCH_ROOT, SEARCH_SELF
Modifier and Type | Method and Description |
---|---|
int |
getIdRule()
Returns the matching rule for the dependency identifier.
|
int |
getKind()
Returns the dependency kind
|
int |
getRule()
Returns the matching rule for the dependency.
|
VersionedIdentifier |
getVersionedIdentifier()
Returns an identifier of the dependent plug-in.
|
boolean |
isPatch()
Returns the patch mode.
|
getNL, getOS, getOSArch, getWS
getAdapter
static final int KIND_PLUGIN
static final int KIND_FEATURE
VersionedIdentifier getVersionedIdentifier()
int getRule()
int getIdRule()
int getKind()
KIND_PLUGIN
,
KIND_FEATURE
boolean isPatch()
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.