PluginEntry Deprecated.The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
IFeature.getPluginEntries() Deprecated. Returns an array of plug-in entries referenced by this feature
filtered by the operating system, windowing system and architecture system
set in SiteManager
Site.getPluginEntriesOnlyReferencedBy(
IFeature feature) Deprecated. Returns an array of entries corresponding to plug-ins that are
installed on this site and are referenced only by the specified
feature.
ISite.getPluginEntriesOnlyReferencedBy(
IFeature feature) Deprecated. Returns an array of entries corresponding to plug-ins that are
installed on this site and are referenced only by the specified
feature.
FeatureContentProvider.getDownloadSizeFor(
IPluginEntry[] pluginEntries,
INonPluginEntry[] nonPluginEntries) Deprecated. Returns the total size of all archives required for the specified
plug-in and non-plug-in entries (the "packaging" view).
long
IFeatureContentProvider.getDownloadSizeFor(
IPluginEntry[] pluginEntries,
INonPluginEntry[] nonPluginEntries) Deprecated. Returns the total size of all archives required for the
specified plug-in and non-plug-in entries (the "packaging" view).
long
FeatureContentProvider.getInstallSizeFor(
IPluginEntry[] pluginEntries,
INonPluginEntry[] nonPluginEntries) Deprecated. Returns the total size of all files required for the specified plug-in
and non-plug-in entries (the "logical" view).
long
IFeatureContentProvider.getInstallSizeFor(
IPluginEntry[] pluginEntries,
INonPluginEntry[] nonPluginEntries) Deprecated. Returns the total size of all files required for the
specified plug-in and non-plug-in entries (the "logical" view).
IFeatureContentProvider.getPluginEntryArchiveReferences(
IPluginEntry pluginEntry,
InstallMonitor monitor) Deprecated. Returns an array of content references of the "packaged"
archives that contain the files for the specified plug-in entry.
IFeatureContentConsumer.open(
IPluginEntry pluginEntry) Deprecated. Opens a generic content consumer for the specified plug-in entry.
void
BaseInstallHandler.pluginsDownloaded(
IPluginEntry[] plugins) Deprecated. Called after files corresponding to plug-in entries have been downloaded,
but before they are actually unpacked and installed.
void
IInstallHandler.pluginsDownloaded(
IPluginEntry[] plugins) Deprecated. Called after files corresponding to plug-in entries have been downloaded,
but before they are actully unpacked and installed.