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

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

Uses of IPluginEntry in org.eclipse.update.core
 

Classes in org.eclipse.update.core that implement IPluginEntry
 class 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.
 

Fields in org.eclipse.update.core declared as IPluginEntry
protected   IPluginEntry[] BaseInstallHandler. pluginEntries
          Deprecated. Plug-in entries downloaded
 

Methods in org.eclipse.update.core that return IPluginEntry
  IPluginEntry[] Site. getPluginEntries ()
          Deprecated. Returns an array of entries corresponding to plug-ins installed on this site.
  IPluginEntry[] 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
  IPluginEntry[] ISite. getPluginEntries ()
          Deprecated. Returns an array of entries corresponding to plug-ins installed on this site.
  IPluginEntry[] Feature. getPluginEntries ()
          Deprecated.  
  IPluginEntry[] 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.
  IPluginEntry[] 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.
  IPluginEntry[] IFeature. getRawPluginEntries ()
          Deprecated. Returns an array of plug-in entries referenced by this feature No filtering occurs
  IPluginEntry[] Feature. getRawPluginEntries ()
          Deprecated. Returns an array of plug-in entries referenced by this feature
 

Methods in org.eclipse.update.core with parameters of type IPluginEntry
 void Site. addPluginEntry ( IPluginEntry pluginEntry)
          Deprecated. Adds a new plug-in entry to this site.
 void ISite. addPluginEntry ( IPluginEntry pluginEntry)
          Deprecated. Adds a new plug-in entry to this site.
 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).
protected   String FeatureContentProvider. getPathID ( IPluginEntry entry)
          Deprecated. Returns the path identifier for a plugin entry.
  ContentReference[] 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.
  ContentReference[] IFeatureContentProvider. getPluginEntryContentReferences ( IPluginEntry pluginEntry, InstallMonitor monitor)
          Deprecated. Returns an array of content references to the files implementing the specified plug-in.
  IContentConsumer 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.
 


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