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 Class
org.eclipse.update.core.InstallMonitor

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

Uses of InstallMonitor in org.eclipse.update.core
 

Fields in org.eclipse.update.core declared as InstallMonitor
protected   InstallMonitor BaseInstallHandler. monitor
          Deprecated. Optional progress monitor, can be null
 

Methods in org.eclipse.update.core with parameters of type InstallMonitor
  File FeatureContentProvider. asLocalFile ( ContentReference ref, InstallMonitor monitor)
          Deprecated. Returns the specified reference as a local file.
  ContentReference FeatureContentProvider. asLocalReference ( ContentReference ref, InstallMonitor monitor)
          Deprecated. Returns the specified reference as a local file system reference.
static void Utilities. copy ( InputStream is, OutputStream os, InstallMonitor monitor)
          Deprecated. Copies specified input stream to the output stream.
  ContentReference[] IFeatureContentProvider. getArchiveReferences ( InstallMonitor monitor)
          Deprecated. Returns an array of content references of all the "packaged" archives that make up this feature.
  ContentReference[] IFeatureContentProvider. getFeatureEntryArchiveReferences ( InstallMonitor monitor)
          Deprecated. Returns an array of content references of the "packaged" archives that contain the feature descriptive information.
  ContentReference[] IFeatureContentProvider. getFeatureEntryContentReferences ( InstallMonitor monitor)
          Deprecated. Returns an array of content references to the feature definition files (i.e the "logical" view of the files defining the feature).
  ContentReference IFeatureContentProvider. getFeatureManifestReference ( InstallMonitor monitor)
          Deprecated. Returns a content reference to the feature manifest.
  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.
  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.
 void BaseInstallHandler. initialize (int type, IFeature feature, IInstallHandlerEntry entry, InstallMonitor monitor)
          Deprecated. Initialize the install handler.
 void IInstallHandler. initialize (int type, IFeature feature, IInstallHandlerEntry entry, InstallMonitor monitor)
          Deprecated. Initialize the install handler.
  ContentReference[] JarContentReference. peek ( JarContentReference.ContentSelector selector, InstallMonitor monitor)
          Deprecated. Peeks into the referenced jar archive.
  ContentReference JarContentReference. peek ( String entryName, JarContentReference.ContentSelector selector, InstallMonitor monitor)
          Deprecated. Peeks into the referenced jar archive looking for the named entry.
  ContentReference[] JarContentReference. unpack ( File dir, JarContentReference.ContentSelector selector, InstallMonitor monitor)
          Deprecated. Unpacks the referenced jar archive into the specified location.
  ContentReference JarContentReference. unpack ( File dir, String entryName, JarContentReference.ContentSelector selector, InstallMonitor monitor)
          Deprecated. Unpacks the named jar entry into the specified location.
  IVerificationResult IVerifier. verify ( IFeature feature, ContentReference reference, boolean isFeatureVerification, InstallMonitor monitor)
          Deprecated. Perform verification of the specified archive.
abstract   IVerificationResult Verifier. verify ( IFeature feature, ContentReference reference, boolean isFeatureVerification, InstallMonitor monitor)
          Deprecated.  
 


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