Uses of Class
org.eclipse.core.runtime.PluginVersionIdentifier
Packages that use PluginVersionIdentifier
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of PluginVersionIdentifier in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime with parameters of type PluginVersionIdentifierModifier and TypeMethodDescriptionbooleanPluginVersionIdentifier.isCompatibleWith(PluginVersionIdentifier id) Deprecated, for removal: This API element is subject to removal in a future version.Compares two version identifiers for compatibility.booleanPluginVersionIdentifier.isEquivalentTo(PluginVersionIdentifier id) Deprecated, for removal: This API element is subject to removal in a future version.Compares two version identifiers for equivalency.booleanPluginVersionIdentifier.isGreaterOrEqualTo(PluginVersionIdentifier id) Deprecated, for removal: This API element is subject to removal in a future version.Compares two version identifiers to see if this one is greater than or equal to the argument.booleanPluginVersionIdentifier.isGreaterThan(PluginVersionIdentifier id) Deprecated, for removal: This API element is subject to removal in a future version.Compares two version identifiers for order using multi-decimal comparison.booleanPluginVersionIdentifier.isPerfect(PluginVersionIdentifier id) Deprecated, for removal: This API element is subject to removal in a future version.Compares two version identifiers for perfect equality.