Uses of Class
org.eclipse.core.runtime.PluginVersionIdentifier
-
Packages that use PluginVersionIdentifier Package Description org.eclipse.core.runtime 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 PluginVersionIdentifier Modifier and Type Method Description boolean
PluginVersionIdentifier. isCompatibleWith(PluginVersionIdentifier id)
Deprecated.Compares two version identifiers for compatibility.boolean
PluginVersionIdentifier. isEquivalentTo(PluginVersionIdentifier id)
Deprecated.Compares two version identifiers for equivalency.boolean
PluginVersionIdentifier. isGreaterOrEqualTo(PluginVersionIdentifier id)
Deprecated.Compares two version identifiers to see if this one is greater than or equal to the argument.boolean
PluginVersionIdentifier. isGreaterThan(PluginVersionIdentifier id)
Deprecated.Compares two version identifiers for order using multi-decimal comparison.boolean
PluginVersionIdentifier. isPerfect(PluginVersionIdentifier id)
Deprecated.Compares two version identifiers for perfect equality.
-