Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
Modifier and Type | Method and Description |
---|---|
IFeatureContentConsumer[] |
IFeatureContentConsumer.getChildren()
Returns the feature content consumers that
this feature content consumer opened
|
IFeatureContentConsumer |
Feature.getFeatureContentConsumer()
Returns the content consumer for this feature.
|
IFeatureContentConsumer |
IFeature.getFeatureContentConsumer()
Returns the content consumer for this feature.
|
IFeatureContentConsumer |
IFeatureContentConsumer.getParent()
Returns the feature content consumer that opened
this feature content consumer, or
null
if this feature content consumer is a root feature
content consumer. |
Modifier and Type | Method and Description |
---|---|
void |
BaseInstallHandler.completeInstall(IFeatureContentConsumer consumer)
Called after the feature files and any downloaded plug-ins have
been installed.
|
void |
IInstallHandler.completeInstall(IFeatureContentConsumer consumer)
Called after the feature files and any downloaded plug-ins have
been installed.
|
IFeatureReference |
Site.install(IFeature sourceFeature,
IFeatureReference[] optionalFeatures,
IFeatureContentConsumer parentContentConsumer,
IVerifier parentVerifier,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the specified feature on this site using the content consumer as
a context to install the feature in.
|
void |
IFeatureContentConsumer.setParent(IFeatureContentConsumer parent)
Sets the parent for this content consumer.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.