|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Optional progress monitor, can be null |
Methods in org.eclipse.update.core with parameters of type InstallMonitor | |
ContentReference |
FeatureContentProvider.asLocalReference(ContentReference ref,
InstallMonitor monitor)
Returns the specified reference as a local file system reference. |
File |
FeatureContentProvider.asLocalFile(ContentReference ref,
InstallMonitor monitor)
Returns the specified reference as a local file. |
ContentReference |
IFeatureContentProvider.getFeatureManifestReference(InstallMonitor monitor)
Returns a content reference to the feature manifest. |
ContentReference[] |
IFeatureContentProvider.getArchiveReferences(InstallMonitor monitor)
Returns an array of content references of all the "packaged" archives that make up this feature. |
ContentReference[] |
IFeatureContentProvider.getFeatureEntryArchiveReferences(InstallMonitor monitor)
Returns an array of content references of the "packaged" archives that contain the feature descriptive information. |
ContentReference[] |
IFeatureContentProvider.getPluginEntryArchiveReferences(IPluginEntry pluginEntry,
InstallMonitor monitor)
Returns an array of content references of the "packaged" archives that contain the files for the specified plug-in entry. |
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. |
ContentReference[] |
IFeatureContentProvider.getFeatureEntryContentReferences(InstallMonitor monitor)
Returns an array of content references to the feature definition files (i.e the "logical" view of the files defining the feature). |
ContentReference[] |
IFeatureContentProvider.getPluginEntryContentReferences(IPluginEntry pluginEntry,
InstallMonitor monitor)
Returns an array of content references to the files implementing the specified plug-in. |
IVerificationResult |
IVerifier.verify(IFeature feature,
ContentReference reference,
boolean isFeatureVerification,
InstallMonitor monitor)
Perform verification of the specified archive. |
ContentReference[] |
JarContentReference.unpack(File dir,
JarContentReference.ContentSelector selector,
InstallMonitor monitor)
Unpacks the referenced jar archive into the specified location. |
ContentReference |
JarContentReference.unpack(File dir,
String entryName,
JarContentReference.ContentSelector selector,
InstallMonitor monitor)
Unpacks the named jar entry into the specified location. |
ContentReference[] |
JarContentReference.peek(JarContentReference.ContentSelector selector,
InstallMonitor monitor)
Peeks into the referenced jar archive. |
ContentReference |
JarContentReference.peek(String entryName,
JarContentReference.ContentSelector selector,
InstallMonitor monitor)
Peeks into the referenced jar archive looking for the named entry. |
void |
BaseInstallHandler.initialize(int type,
IFeature feature,
IInstallHandlerEntry entry,
InstallMonitor monitor)
Initialize the install handler. |
static void |
Utilities.copy(InputStream is,
OutputStream os,
InstallMonitor monitor)
Copies specified input stream to the output stream. |
void |
IInstallHandler.initialize(int type,
IFeature feature,
IInstallHandlerEntry entry,
InstallMonitor monitor)
Initialize the install handler. |
abstract IVerificationResult |
Verifier.verify(IFeature feature,
ContentReference reference,
boolean isFeatureVerification,
InstallMonitor monitor)
|
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.