Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
Modifier and Type | Class and Description |
---|---|
class |
NonPluginEntry
Convenience implementation of non-plug-in entry.
|
Modifier and Type | Field and Description |
---|---|
protected INonPluginEntry[] |
BaseInstallHandler.nonPluginEntries
Non-plug-in entries downloaded
|
Modifier and Type | Method and Description |
---|---|
INonPluginEntry[] |
Feature.getNonPluginEntries() |
INonPluginEntry[] |
IFeature.getNonPluginEntries()
Returns an array of non-plug-in entries referenced by this feature
filtered by the operating system, windowing system and architecture system
set in
Sitemanager |
INonPluginEntry[] |
Feature.getRawNonPluginEntries()
Returns an array of non-plug-in entries referenced by this feature
|
INonPluginEntry[] |
IFeature.getRawNonPluginEntries()
Returns an array of non-plug-in entries referenced by this feature
No filtering occurs
|
Modifier and Type | Method and Description |
---|---|
boolean |
IInstallHandlerWithFilter.acceptNonPluginData(INonPluginEntry data) |
long |
IFeatureContentProvider.getDownloadSizeFor(IPluginEntry[] pluginEntries,
INonPluginEntry[] nonPluginEntries)
Returns the total size of all archives required for the
specified plug-in and non-plug-in entries (the "packaging" view).
|
long |
FeatureContentProvider.getDownloadSizeFor(IPluginEntry[] pluginEntries,
INonPluginEntry[] nonPluginEntries)
Returns the total size of all archives required for the specified
plug-in and non-plug-in entries (the "packaging" view).
|
long |
IFeatureContentProvider.getInstallSizeFor(IPluginEntry[] pluginEntries,
INonPluginEntry[] nonPluginEntries)
Returns the total size of all files required for the
specified plug-in and non-plug-in entries (the "logical" view).
|
long |
FeatureContentProvider.getInstallSizeFor(IPluginEntry[] pluginEntries,
INonPluginEntry[] nonPluginEntries)
Returns the total size of all files required for the specified plug-in
and non-plug-in entries (the "logical" view).
|
ContentReference[] |
IFeatureContentProvider.getNonPluginEntryArchiveReferences(INonPluginEntry nonPluginEntry,
InstallMonitor monitor)
Returns an array of content references of the "packaged"
archives that contain the files for the specified non-plug-in entry.
|
protected String |
FeatureContentProvider.getPathID(INonPluginEntry entry)
Returns the path identifer for a non plugin entry.
|
void |
BaseInstallHandler.nonPluginDataDownloaded(INonPluginEntry[] nonPluginData,
IVerificationListener listener)
Called after files corresponding to non-plug-in entries have been
downloaded.
|
void |
IInstallHandler.nonPluginDataDownloaded(INonPluginEntry[] nonPluginData,
IVerificationListener listener)
Called after files corresponding to non-plug-in entries have been
downloaded.
|
IContentConsumer |
IFeatureContentConsumer.open(INonPluginEntry nonPluginEntry)
Opens a generic content consumer for the specified non-plug-in entry.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.