Package | Description |
---|---|
org.eclipse.update.core |
Provides 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 | Field and Description |
---|---|
protected IInstallHandlerEntry |
BaseInstallHandler.entry
Model entry that defines this handler
|
Modifier and Type | Method and Description |
---|---|
IInstallHandlerEntry |
Feature.getInstallHandlerEntry()
Returns and optional custom install handler entry.
|
IInstallHandlerEntry |
IFeature.getInstallHandlerEntry()
Returns and optional custom install handler entry.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseInstallHandler.initialize(int type,
IFeature feature,
IInstallHandlerEntry entry,
InstallMonitor monitor)
Initialize the install handler.
|
void |
IInstallHandler.initialize(int type,
IFeature feature,
IInstallHandlerEntry entry,
InstallMonitor monitor)
Initialize the install handler.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.