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 |
NonPluginEntry
Convenience implementation of non-plug-in entry.
|
Modifier and Type | Method and Description |
---|---|
NonPluginEntryModel |
BaseFeatureFactory.createNonPluginEntryModel()
Create a concrete implementation of non-plug-in entry model.
|
Modifier and Type | Method and Description |
---|---|
NonPluginEntryModel |
FeatureModelFactory.createNonPluginEntryModel()
Create a default non-plug-in entry model.
|
NonPluginEntryModel[] |
FeatureModel.getNonPluginEntryModels()
Returns an array of non-plug-in entries referenced by this feature
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureModel.addNonPluginEntryModel(NonPluginEntryModel nonPluginEntry)
Adds a non-plug-in data reference.
|
void |
FeatureModel.removeNonPluginEntryModel(NonPluginEntryModel nonPluginEntry)
Removes a non-plug-in data reference.
|
void |
FeatureModel.setNonPluginEntryModels(NonPluginEntryModel[] nonPluginEntries)
Sets the feature non-plug-in data references.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.