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 |
Import
Convenience implementation of a plug-in dependency.
|
Modifier and Type | Method and Description |
---|---|
ImportModel |
BaseFeatureFactory.createImportModel()
Create a concrete implementation of import dependency model.
|
Modifier and Type | Method and Description |
---|---|
ImportModel |
FeatureModelFactory.createImportModel()
Create a default import dependency model.
|
ImportModel[] |
FeatureModel.getImportModels()
Return a list of plug-in dependencies for this feature.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureModel.addImportModel(ImportModel importEntry)
Adds a plug-in dependency entry.
|
void |
FeatureModel.removeImportModel(ImportModel importEntry)
Removes a plug-in dependency entry.
|
void |
FeatureModel.setImportModels(ImportModel[] imports)
Sets the feature plug-in dependency information.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.