Eclipse Platform
Release 3.0

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

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

Uses of IVerifier in org.eclipse.update.core
 

Classes in org.eclipse.update.core that implement IVerifier
 class Verifier
          Convenience implementation of a verifier.
 

Methods in org.eclipse.update.core that return IVerifier
 IVerifier IFeatureContentProvider.getVerifier()
          Returns the verifier for this feature.
 IVerifier IVerifier.getParent()
          Returns the parent verifier
 IVerifier Verifier.getParent()
          Returns the parent verifier
 

Methods in org.eclipse.update.core with parameters of type IVerifier
 IFeatureReference Site.install(IFeature sourceFeature, IFeatureReference[] optionalFeatures, IFeatureContentConsumer parentContentConsumer, IVerifier parentVerifier, IVerificationListener verificationListener, IProgressMonitor progress)
          Install the specified feature on this site using the content consumer as a context to install the feature in.
 void IVerifier.setParent(IVerifier parentVerifier)
          Sets the parent verifier.
 void Verifier.setParent(IVerifier parentVerifier)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.