Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use IFeatureReference
org.eclipse.update.configuration Provides support for accessing local installation information. 
org.eclipse.update.core Provides support for extending the base installation and update services. 
org.eclipse.update.core.model Provides model support for extending the base installation and update services. 
org.eclipse.update.operations Provides support for performing various install/update operations. 
org.eclipse.update.search Provides support for performing searches and filtering of features. 
 

Uses of IFeatureReference in org.eclipse.update.configuration
 

Methods in org.eclipse.update.configuration that return IFeatureReference
  IFeatureReference[] IConfiguredSite. getConfiguredFeatures ()
          Deprecated. Return references to features configured on this site.
  IFeatureReference[] ISessionDelta. getFeatureReferences ()
          Deprecated. Returns the list of Features found during reconciliation
  IFeatureReference[] IConfiguredSite. getFeatureReferences ()
          Deprecated. Return all features installed on this site (configured as well as unconfigured).
  IFeatureReference IConfiguredSite. install ( IFeature feature, IFeatureReference[] optionalFeatures, IVerificationListener verificationListener, IProgressMonitor monitor)
          Deprecated. Install the specified feature on this site.
  IFeatureReference IConfiguredSite. install ( IFeature feature, IVerificationListener verificationListener, IProgressMonitor monitor)
          Deprecated. Install the specified feature on this site.
 

Methods in org.eclipse.update.configuration with parameters of type IFeatureReference
  IFeatureReference IConfiguredSite. install ( IFeature feature, IFeatureReference[] optionalFeatures, IVerificationListener verificationListener, IProgressMonitor monitor)
          Deprecated. Install the specified feature on this site.
 void ISessionDelta. process ( IFeatureReference[] selected, IProgressMonitor monitor)
          Deprecated. Process the selected feature references of the Session Delta.
 

Uses of IFeatureReference in org.eclipse.update.core
 

Subinterfaces of IFeatureReference in org.eclipse.update.core
 interface IIncludedFeatureReference
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
 interface ISiteFeatureReference
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
 

Classes in org.eclipse.update.core that implement IFeatureReference
 class FeatureReference
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
 class IncludedFeatureReference
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
 class SiteFeatureReference
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
 class SiteFeatureReferenceModel
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
 

Methods in org.eclipse.update.core that return IFeatureReference
  IFeatureReference IFeatureContentConsumer. close ()
          Deprecated. Closes this content consumer.
  IFeatureReference Site. install ( IFeature sourceFeature, IFeatureReference[] optionalFeatures, IFeatureContentConsumer parentContentConsumer, IVerifier parentVerifier, IVerificationListener verificationListener, IProgressMonitor progress)
          Deprecated. Install the specified feature on this site using the content consumer as a context to install the feature in.
  IFeatureReference Site. install ( IFeature sourceFeature, IFeatureReference[] optionalFeatures, IVerificationListener verificationListener, IProgressMonitor progress)
          Deprecated. Install the specified feature and listed optional features on this site.
  IFeatureReference IFeature. install ( IFeature targetFeature, IFeatureReference[] optionalFeatures, IVerificationListener verificationListener, IProgressMonitor monitor)
          Deprecated. Install the contents of this feature into the specified target feature.
  IFeatureReference ISite. install ( IFeature feature, IFeatureReference[] optionalfeatures, IVerificationListener verificationListener, IProgressMonitor monitor)
          Deprecated. Installs the specified feature on this site.
  IFeatureReference Feature. install ( IFeature targetFeature, IFeatureReference[] optionalfeatures, IVerificationListener verificationListener, IProgressMonitor progress)
          Deprecated. Install the contents of this feature into the specified target feature.
  IFeatureReference Site. install ( IFeature sourceFeature, IVerificationListener verificationListener, IProgressMonitor progress)
          Deprecated. Install the specified feature and all optional features on this site.
  IFeatureReference IFeature. install ( IFeature targetFeature, IVerificationListener verificationListener, IProgressMonitor monitor)
          Deprecated. Install the contents of this feature into the specified target feature.
  IFeatureReference ISite. install ( IFeature feature, IVerificationListener verificationListener, IProgressMonitor monitor)
          Deprecated. Installs the specified feature on this site.
  IFeatureReference Feature. install ( IFeature targetFeature, IVerificationListener verificationListener, IProgressMonitor progress)
          Deprecated. Install the contents of this feature into the specified target feature.
 

Methods in org.eclipse.update.core with parameters of type IFeatureReference
protected   IFeature FeatureReference. getFeature ( IFeatureReference ref, IProgressMonitor monitor)
          Deprecated. Returns the feature the reference points to
  IFeatureReference Site. install ( IFeature sourceFeature, IFeatureReference[] optionalFeatures, IFeatureContentConsumer parentContentConsumer, IVerifier parentVerifier, IVerificationListener verificationListener, IProgressMonitor progress)
          Deprecated. Install the specified feature on this site using the content consumer as a context to install the feature in.
  IFeatureReference Site. install ( IFeature sourceFeature, IFeatureReference[] optionalFeatures, IVerificationListener verificationListener, IProgressMonitor progress)
          Deprecated. Install the specified feature and listed optional features on this site.
  IFeatureReference IFeature. install ( IFeature targetFeature, IFeatureReference[] optionalFeatures, IVerificationListener verificationListener, IProgressMonitor monitor)
          Deprecated. Install the contents of this feature into the specified target feature.
  IFeatureReference ISite. install ( IFeature feature, IFeatureReference[] optionalfeatures, IVerificationListener verificationListener, IProgressMonitor monitor)
          Deprecated. Installs the specified feature on this site.
  IFeatureReference Feature. install ( IFeature targetFeature, IFeatureReference[] optionalfeatures, IVerificationListener verificationListener, IProgressMonitor progress)
          Deprecated. Install the contents of this feature into the specified target feature.
 

Constructors in org.eclipse.update.core with parameters of type IFeatureReference
FeatureReference ( IFeatureReference ref)
          Deprecated. Constructor FeatureReference.
IncludedFeatureReference ( IFeatureReference featureReference)
          Deprecated. Constructor IncludedFeatureReference.
 

Uses of IFeatureReference in org.eclipse.update.core.model
 

Classes in org.eclipse.update.core.model that implement IFeatureReference
 class IncludedFeatureReferenceModel
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
 

Constructors in org.eclipse.update.core.model with parameters of type IFeatureReference
IncludedFeatureReferenceModel ( IFeatureReference featureReference)
          Deprecated. Constructor IncludedFeatureReferenceModel.
 

Uses of IFeatureReference in org.eclipse.update.operations
 

Methods in org.eclipse.update.operations that return IFeatureReference
  IFeatureReference[] IInstallFeatureOperation. getOptionalFeatures ()
          Deprecated. If the feature includes optional features, thi method returns the list of optional features to be installed.
 

Methods in org.eclipse.update.operations with parameters of type IFeatureReference
  IInstallFeatureOperation IOperationFactory. createInstallOperation ( IConfiguredSite targetSite, IFeature feature, IFeatureReference[] optionalFeatures, IFeature[] unconfiguredOptionalFeatures, IVerificationListener verifier)
          Deprecated. Creates an operation for installing a feature.
 

Uses of IFeatureReference in org.eclipse.update.search
 

Methods in org.eclipse.update.search with parameters of type IFeatureReference
 boolean EnvironmentFilter. accept ( IFeatureReference match)
          Deprecated.  
 boolean IUpdateSearchFilter. accept ( IFeatureReference match)
          Deprecated. Tests a feature reference according to this filter's criteria.
 boolean VersionedIdentifiersFilter. accept ( IFeatureReference match)
          Deprecated.  
 boolean BackLevelFilter. accept ( IFeatureReference match)
          Deprecated.  
 boolean BaseFilter. accept ( IFeatureReference match)
          Deprecated.  
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire