Uses of Class
org.java.plugin.registry.Version
Packages that use Version
Package
Description
This package contains framework registry API.
This package contains XML syntax manifest files based framework registry API implementation.
General plug-in tools related classes.
Simple mock classes to be used in unit tests.
-
Uses of Version in org.java.plugin.registry
Methods in org.java.plugin.registry that return VersionModifier and TypeMethodDescriptionPluginRegistry.extractVersion
(String uniqueId) Extracts plug-in version identifier from some unique identifier (plug-in or plug-in fragment).ManifestInfo.getPluginVersion()
PluginFragment.getPluginVersion()
PluginPrerequisite.getPluginVersion()
Library.getVersion()
ManifestInfo.getVersion()
PluginDescriptor.getVersion()
PluginFragment.getVersion()
static Version
Parses given string as version identifier.Methods in org.java.plugin.registry with parameters of type VersionModifier and TypeMethodDescriptionint
boolean
Version.isCompatibleWith
(Version other) Compares two version identifiers for compatibility.boolean
Version.isEquivalentTo
(Version other) Compares two version identifiers for equivalency.boolean
Version.isGreaterOrEqualTo
(Version other) Compares two version identifiers to see if this one is greater than or equal to the argument.boolean
Version.isGreaterThan
(Version other) Compares two version identifiers for order using multi-decimal comparison.PluginRegistry.makeUniqueId
(String pluginId, Version version) Constructs unique identifier for plug-in with given ID. -
Uses of Version in org.java.plugin.registry.xml
Methods in org.java.plugin.registry.xml that return VersionMethods in org.java.plugin.registry.xml with parameters of type VersionModifier and TypeMethodDescriptionPluginRegistryImpl.makeUniqueId
(String pluginId, Version version) -
Uses of Version in org.java.plugin.tools
Methods in org.java.plugin.tools with parameters of type Version -
Uses of Version in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks that return VersionModifier and TypeMethodDescriptionMockPluginRegistry.extractVersion
(String uniqueId) MockManifestInfo.getPluginVersion()
MockPluginFragment.getPluginVersion()
MockPluginPrerequisite.getPluginVersion()
MockLibrary.getVersion()
MockManifestInfo.getVersion()
MockPluginDescriptor.getVersion()
MockPluginFragment.getVersion()
Methods in org.java.plugin.tools.mocks with parameters of type VersionModifier and TypeMethodDescriptionMockPluginRegistry.makeUniqueId
(String pluginId, Version version) MockManifestInfo.setPluginVersion
(Version value) MockPluginFragment.setPluginVersion
(Version value) MockPluginPrerequisite.setPluginVersion
(Version value) MockLibrary.setVersion
(Version value) MockManifestInfo.setVersion
(Version value) MockPluginDescriptor.setVersion
(Version value) MockPluginFragment.setVersion
(Version value) Constructors in org.java.plugin.tools.mocks with parameters of type Version