Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.update.core.INonPluginEntry

Packages that use INonPluginEntry
org.eclipse.update.core Provides support for extending the base installation and update services.  
 

Uses of INonPluginEntry in org.eclipse.update.core
 

Classes in org.eclipse.update.core that implement INonPluginEntry
 class NonPluginEntry
          Convenience implementation of non-plug-in entry.
 

Fields in org.eclipse.update.core declared as INonPluginEntry
protected  INonPluginEntry[] BaseInstallHandler.nonPluginEntries
          Non-plug-in entries downloaded
 

Methods in org.eclipse.update.core that return INonPluginEntry
 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[] IFeature.getRawNonPluginEntries()
          Returns an array of non-plug-in entries referenced by this feature No filtering occurs
 INonPluginEntry[] Feature.getRawNonPluginEntries()
          Returns an array of non-plug-in entries referenced by this feature
 INonPluginEntry[] Feature.getNonPluginEntries()
           
 

Methods in org.eclipse.update.core with parameters of type INonPluginEntry
 boolean IInstallHandlerWithFilter.acceptNonPluginData(INonPluginEntry data)
           
 void IInstallHandler.nonPluginDataDownloaded(INonPluginEntry[] nonPluginData, IVerificationListener listener)
          Called after files corresponding to non-plug-in entries have been downloaded.
 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.
 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 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).
 IContentConsumer IFeatureContentConsumer.open(INonPluginEntry nonPluginEntry)
          Opens a generic content consumer for the specified non-plug-in entry.
 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 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).
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.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.