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.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginEntry
Convenience implementation of plug-in entry.
|
Modifier and Type | Method and Description |
---|---|
PluginEntryModel |
BaseFeatureFactory.createPluginEntryModel()
Create a concrete implementation of plug-in entry model.
|
Modifier and Type | Method and Description |
---|---|
PluginEntryModel |
FeatureModelFactory.createPluginEntryModel()
Create a default plug-in entry model.
|
PluginEntryModel[] |
FeatureModel.getPluginEntryModels()
Returns an array of plug-in entries referenced by this feature
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureModel.addPluginEntryModel(PluginEntryModel pluginEntry)
Adds a plug-in reference.
|
void |
FeatureModel.removePluginEntryModel(PluginEntryModel pluginEntry)
Removes a plug-in reference.
|
void |
FeatureModel.setPluginEntryModels(PluginEntryModel[] pluginEntries)
Sets the feature plug-in references.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.