Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
org.eclipse.update.core.model |
Provides model support for extending the base installation
and update services.
|
org.eclipse.update.search |
Provides support for performing searches and filtering of features.
|
Modifier and Type | Method and Description |
---|---|
VersionedIdentifier |
Feature.getVersionedIdentifier()
Returns the feature identifier.
|
VersionedIdentifier |
IPluginEntry.getVersionedIdentifier()
Returns the identifier of this plugin entry
|
VersionedIdentifier |
IFeatureReference.getVersionedIdentifier()
Returns the feature identifier.
|
VersionedIdentifier |
IImport.getVersionedIdentifier()
Returns an identifier of the dependent plug-in.
|
VersionedIdentifier |
IFeature.getVersionedIdentifier()
Returns the feature identifier.
|
VersionedIdentifier |
PluginEntry.getVersionedIdentifier()
Returns the identifier of this plugin entry
|
VersionedIdentifier |
Import.getVersionedIdentifier()
Returns an identifier of the dependent plug-in.
|
VersionedIdentifier |
FeatureReference.getVersionedIdentifier()
Returns the feature identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
IPluginEntry.setVersionedIdentifier(VersionedIdentifier identifier)
Sets the identifier of this plugin entry.
|
void |
PluginEntry.setVersionedIdentifier(VersionedIdentifier identifier)
Sets the identifier of this plugin entry.
|
Modifier and Type | Method and Description |
---|---|
VersionedIdentifier[] |
FeatureModel.getFeatureIncludeVersionedIdentifier()
Deprecated.
use getFeatureIncludeIdentifier instead.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionedIdentifiersFilter.add(VersionedIdentifier vid) |
Constructor and Description |
---|
VersionedIdentifiersFilter(VersionedIdentifier[] vids) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.