Eclipse Platform
2.0

Uses of Class
org.eclipse.update.core.model.InstallAbortedException

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

Uses of InstallAbortedException in org.eclipse.update.core
 

Methods in org.eclipse.update.core that throw InstallAbortedException
static void Utilities.copy(InputStream is, OutputStream os, InstallMonitor monitor)
          Copies specified input stream to the output stream.
 IFeatureReference Site.install(IFeature sourceFeature, IVerificationListener verificationListener, IProgressMonitor progress)
          Install the specified feature on this site.
 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.
 IFeatureReference ISite.install(IFeature feature, IVerificationListener verificationListener, IProgressMonitor monitor)
          Installs the specified feature on this site.
 IFeatureReference IFeature.install(IFeature targetFeature, IVerificationListener verificationListener, IProgressMonitor monitor)
          Install the contents of this feature into the specified target feature.
 IFeatureReference Feature.install(IFeature targetFeature, IVerificationListener verificationListener, IProgressMonitor progress)
          Install the contents of this feature into the specified target feature.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.