Eclipse Platform
2.1

Uses of Class
org.eclipse.update.core.VersionedIdentifier

Packages that use VersionedIdentifier
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. 
 

Uses of VersionedIdentifier in org.eclipse.update.core
 

Methods in org.eclipse.update.core that return VersionedIdentifier
 VersionedIdentifier FeatureReference.getVersionedIdentifier()
          Returns the feature identifier.
 VersionedIdentifier IImport.getVersionedIdentifier()
          Returns an identifier of the dependent plug-in.
 VersionedIdentifier IFeature.getVersionedIdentifier()
          Returns the feature identifier.
 VersionedIdentifier IFeatureReference.getVersionedIdentifier()
          Returns the feature identifier.
 VersionedIdentifier Import.getVersionedIdentifier()
          Returns an identifier of the dependent plug-in.
 VersionedIdentifier Feature.getVersionedIdentifier()
          Returns the feature identifier.
 VersionedIdentifier PluginEntry.getVersionedIdentifier()
          Returns the identifier of this plugin entry
 VersionedIdentifier IPluginEntry.getVersionedIdentifier()
          Returns the identifier of this plugin entry
 

Methods in org.eclipse.update.core with parameters of type VersionedIdentifier
 void PluginEntry.setVersionedIdentifier(VersionedIdentifier identifier)
          Sets the identifier of this plugin entry.
 void IPluginEntry.setVersionedIdentifier(VersionedIdentifier identifier)
          Sets the identifier of this plugin entry.
 

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

Methods in org.eclipse.update.core.model that return VersionedIdentifier
 VersionedIdentifier[] FeatureModel.getFeatureIncludeVersionedIdentifier()
          Deprecated. use getFeatureIncludeIdentifier instead.
 


Eclipse Platform
2.1

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