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 |
InstallHandlerEntry
Convenience implementation of an install handler entry.
|
Modifier and Type | Method and Description |
---|---|
InstallHandlerEntryModel |
BaseFeatureFactory.createInstallHandlerEntryModel()
Create a concrete implementation of install handler model.
|
Modifier and Type | Method and Description |
---|---|
InstallHandlerEntryModel |
FeatureModelFactory.createInstallHandlerEntryModel()
Create a default install handler model.
|
InstallHandlerEntryModel |
FeatureModel.getInstallHandlerModel()
Returns and optional custom install handler entry.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureModel.setInstallHandlerModel(InstallHandlerEntryModel installHandler)
Sets the custom install handler for the feature.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.