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

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

Uses of IFeatureContentConsumer in org.eclipse.update.core
 

Methods in org.eclipse.update.core that return IFeatureContentConsumer
 IFeatureContentConsumer[] IFeatureContentConsumer.getChildren()
          Returns the feature content consumers that this feature content consumer opened
 IFeatureContentConsumer Feature.getFeatureContentConsumer()
          Returns the content consumer for this feature.
 IFeatureContentConsumer IFeature.getFeatureContentConsumer()
          Returns the content consumer for this feature.
 IFeatureContentConsumer IFeatureContentConsumer.getParent()
          Returns the feature content consumer that opened this feature content consumer, or null if this feature content consumer is a root feature content consumer.
 

Methods in org.eclipse.update.core with parameters of type IFeatureContentConsumer
 void BaseInstallHandler.completeInstall(IFeatureContentConsumer consumer)
          Called after the feature files and any downloaded plug-ins have been installed.
 void IInstallHandler.completeInstall(IFeatureContentConsumer consumer)
          Called after the feature files and any downloaded plug-ins have been installed.
 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 IFeatureContentConsumer.setParent(IFeatureContentConsumer parent)
          Sets the parent for this content consumer.