Provides support for extending the base installation
and update services.
Interface Summary
|
IArchiveReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
ICategory
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IContentConsumer
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IFeature
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IFeatureContentConsumer
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IFeatureContentProvider
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IFeatureFactory
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IFeatureReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IImport
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IIncludedFeatureReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IInstallHandler
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IInstallHandlerEntry
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IInstallHandlerWithFilter
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
INonPluginEntry
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IPlatformEnvironment
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IPluginEntry
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
ISite
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
ISiteContentProvider
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
ISiteFactory
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
ISiteFactoryExtension
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
ISiteFeatureReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
ISiteWithMirrors
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IUpdateConstants
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IURLEntry
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IVerificationListener
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IVerificationResult
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IVerifier
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
Class Summary
|
ArchiveReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
BaseFeatureFactory
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
BaseInstallHandler
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
BaseSiteFactory
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
Category
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
ContentReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
Feature
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
FeatureContentProvider
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
FeatureReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
Import
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
IncludedFeatureReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
InstallHandlerEntry
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
InstallMonitor
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
JarContentReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
JarContentReference.ContentSelector
|
Content selector used in .jar operations. |
JarEntryContentReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
NonPluginEntry
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
PluginEntry
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
Site
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
SiteContentProvider
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
SiteFeatureReference
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
SiteFeatureReferenceModel
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
SiteManager
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
URLEntry
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
Utilities
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
Verifier
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
VersionedIdentifier
|
Deprecated. The org.eclipse.update component has been replaced by Equinox p2.
|
Provides support for extending the base installation
and update services.
This package specifies the API required for writing pluggable support of
alternate feature packaging schemes and update site access mechanisms.
For the most part, the classes and interfaces in this package implement
a code pattern
. The
interface (
in the pattern) defines the actual API. The convenience
classes (
in the pattern) provide a reference implementation
of the API based on a model (
. In general, developers
should extend the convenience classes rather than completely reimplementing
the specified interfaces.