Eclipse Platform
2.1

Uses of Class
org.eclipse.core.runtime.PluginVersionIdentifier

Packages that use PluginVersionIdentifier
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry. 
org.eclipse.update.core Provides support for extending the base installation and update services. 
 

Uses of PluginVersionIdentifier in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return PluginVersionIdentifier
 PluginVersionIdentifier IPluginPrerequisite.getResolvedVersionIdentifier()
          Returns the actual version identifier that is used at runtime to resolve this prerequisite dependency, or null, if the dependency is not resolved.
 PluginVersionIdentifier IPluginPrerequisite.getVersionIdentifier()
          Returns the version identifier of the prerequisite plug-in, or null if none.
 PluginVersionIdentifier IPluginDescriptor.getVersionIdentifier()
          Returns the version identifier of this plug-in.
 

Methods in org.eclipse.core.runtime with parameters of type PluginVersionIdentifier
 boolean PluginVersionIdentifier.isGreaterOrEqualTo(PluginVersionIdentifier id)
          Compares two version identifiers to see if this one is greater than or equal to the argument.
 boolean PluginVersionIdentifier.isCompatibleWith(PluginVersionIdentifier id)
          Compares two version identifiers for compatibility.
 boolean PluginVersionIdentifier.isEquivalentTo(PluginVersionIdentifier id)
          Compares two version identifiers for equivalency.
 boolean PluginVersionIdentifier.isPerfect(PluginVersionIdentifier id)
          Compares two version identifiers for perfect equality.
 boolean PluginVersionIdentifier.isGreaterThan(PluginVersionIdentifier id)
          Compares two version identifiers for order using multi-decimal comparison.
 IPluginDescriptor IPluginRegistry.getPluginDescriptor(String pluginId, PluginVersionIdentifier version)
          Returns the plug-in descriptor with the given plug-in identifier and version in this plug-in registry, or null if there is no such plug-in.
 

Uses of PluginVersionIdentifier in org.eclipse.update.core
 

Methods in org.eclipse.update.core that return PluginVersionIdentifier
 PluginVersionIdentifier VersionedIdentifier.getVersion()
          Returns the version
 


Eclipse Platform
2.1

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