Package | Description |
---|---|
org.eclipse.update.configuration |
Provides support for accessing local installation
information.
|
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.
|
org.eclipse.update.operations |
Provides support for performing various install/update operations.
|
org.eclipse.update.search |
Provides support for performing searches and filtering of features.
|
Modifier and Type | Method and Description |
---|---|
IFeatureReference[] |
IConfiguredSite.getConfiguredFeatures()
Return references to features configured on this site.
|
IFeatureReference[] |
IConfiguredSite.getFeatureReferences()
Return all features installed on this site (configured as well
as unconfigured).
|
IFeatureReference[] |
ISessionDelta.getFeatureReferences()
Deprecated.
Returns the list of Features found during reconciliation
|
IFeatureReference |
IConfiguredSite.install(IFeature feature,
IFeatureReference[] optionalFeatures,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the specified feature on this site.
|
IFeatureReference |
IConfiguredSite.install(IFeature feature,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the specified feature on this site.
|
Modifier and Type | Method and Description |
---|---|
IFeatureReference |
IConfiguredSite.install(IFeature feature,
IFeatureReference[] optionalFeatures,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the specified feature on this site.
|
void |
ISessionDelta.process(IFeatureReference[] selected,
IProgressMonitor monitor)
Deprecated.
Process the selected feature references of the Session Delta.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IIncludedFeatureReference
Included Feature reference.
|
interface |
ISiteFeatureReference
Site Feature reference.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureReference
Convenience implementation of a feature reference.
|
class |
IncludedFeatureReference
This is a utility class representing the options of a nested feature.
|
class |
SiteFeatureReference
Convenience implementation of a feature reference.
|
class |
SiteFeatureReferenceModel
Site Feature reference model object.
|
Modifier and Type | Method and Description |
---|---|
IFeatureReference |
IFeatureContentConsumer.close()
Closes this content consumer.
|
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.
|
IFeatureReference |
Feature.install(IFeature targetFeature,
IFeatureReference[] optionalfeatures,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the contents of this feature into the specified target feature.
|
IFeatureReference |
ISite.install(IFeature feature,
IFeatureReference[] optionalfeatures,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Installs the specified feature on this site.
|
IFeatureReference |
Site.install(IFeature sourceFeature,
IFeatureReference[] optionalFeatures,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the specified feature and listed optional features on this site.
|
IFeatureReference |
IFeature.install(IFeature targetFeature,
IFeatureReference[] optionalFeatures,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the contents of this feature into the specified target feature.
|
IFeatureReference |
Feature.install(IFeature targetFeature,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the contents of this feature into the specified target feature.
|
IFeatureReference |
ISite.install(IFeature feature,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Installs the specified feature on this site.
|
IFeatureReference |
Site.install(IFeature sourceFeature,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the specified feature and all optional features on this site.
|
IFeatureReference |
IFeature.install(IFeature targetFeature,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the contents of this feature into the specified target feature.
|
Modifier and Type | Method and Description |
---|---|
protected IFeature |
FeatureReference.getFeature(IFeatureReference ref,
IProgressMonitor monitor)
Returns the feature the reference points to
|
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.
|
IFeatureReference |
Feature.install(IFeature targetFeature,
IFeatureReference[] optionalfeatures,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the contents of this feature into the specified target feature.
|
IFeatureReference |
ISite.install(IFeature feature,
IFeatureReference[] optionalfeatures,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Installs the specified feature on this site.
|
IFeatureReference |
Site.install(IFeature sourceFeature,
IFeatureReference[] optionalFeatures,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the specified feature and listed optional features on this site.
|
IFeatureReference |
IFeature.install(IFeature targetFeature,
IFeatureReference[] optionalFeatures,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the contents of this feature into the specified target feature.
|
Constructor and Description |
---|
FeatureReference(IFeatureReference ref)
Constructor FeatureReference.
|
IncludedFeatureReference(IFeatureReference featureReference)
Constructor IncludedFeatureReference.
|
Modifier and Type | Class and Description |
---|---|
class |
IncludedFeatureReferenceModel
Included Feature reference model object.
|
Constructor and Description |
---|
IncludedFeatureReferenceModel(IFeatureReference featureReference)
Constructor IncludedFeatureReferenceModel.
|
Modifier and Type | Method and Description |
---|---|
IFeatureReference[] |
IInstallFeatureOperation.getOptionalFeatures()
If the feature includes optional features, thi method returns the list
of optional features to be installed.
|
Modifier and Type | Method and Description |
---|---|
IInstallFeatureOperation |
IOperationFactory.createInstallOperation(IConfiguredSite targetSite,
IFeature feature,
IFeatureReference[] optionalFeatures,
IFeature[] unconfiguredOptionalFeatures,
IVerificationListener verifier)
Creates an operation for installing a feature.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VersionedIdentifiersFilter.accept(IFeatureReference match) |
boolean |
IUpdateSearchFilter.accept(IFeatureReference match)
Tests a feature reference according to this filter's criteria.
|
boolean |
EnvironmentFilter.accept(IFeatureReference match) |
boolean |
BaseFilter.accept(IFeatureReference match) |
boolean |
BackLevelFilter.accept(IFeatureReference match) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.