Eclipse Platform
2.1

Uses of Interface
org.eclipse.update.core.IVerificationResult

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

Uses of IVerificationResult in org.eclipse.update.core
 

Methods in org.eclipse.update.core that return IVerificationResult
abstract  IVerificationResult Verifier.verify(IFeature feature, ContentReference reference, boolean isFeatureVerification, InstallMonitor monitor)
           
 IVerificationResult IVerifier.verify(IFeature feature, ContentReference reference, boolean isFeatureVerification, InstallMonitor monitor)
          Perform verification of the specified archive.
 

Methods in org.eclipse.update.core with parameters of type IVerificationResult
 int IVerificationListener.prompt(IVerificationResult result)
          Determine if we should continue with the current action based on the indicated verification results.
 


Eclipse Platform
2.1

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