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 booleanPluginVersionIdentifier. isCompatibleWith(PluginVersionIdentifier id)Deprecated.Compares two version identifiers for compatibility.booleanPluginVersionIdentifier. isEquivalentTo(PluginVersionIdentifier id)Deprecated.Compares two version identifiers for equivalency.booleanPluginVersionIdentifier. isGreaterOrEqualTo(PluginVersionIdentifier id)Deprecated.Compares two version identifiers to see if this one is greater than or equal to the argument.booleanPluginVersionIdentifier. isGreaterThan(PluginVersionIdentifier id)Deprecated.Compares two version identifiers for order using multi-decimal comparison.booleanPluginVersionIdentifier. isPerfect(PluginVersionIdentifier id)Deprecated.Compares two version identifiers for perfect equality.
-