Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
          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.
 

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

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

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


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire