Package | Description |
---|---|
org.java.plugin.registry |
This package contains framework registry API.
|
org.java.plugin.registry.xml |
This package contains XML syntax manifest files based framework registry API implementation.
|
Modifier and Type | Method and Description |
---|---|
Version |
PluginRegistry.extractVersion(String uniqueId)
Extracts plug-in version identifier from some unique identifier (plug-in
or plug-in fragment).
|
Version |
PluginPrerequisite.getPluginVersion() |
Version |
PluginFragment.getPluginVersion() |
Version |
ManifestInfo.getPluginVersion() |
Version |
PluginDescriptor.getVersion() |
Version |
Library.getVersion() |
Version |
PluginFragment.getVersion() |
Version |
ManifestInfo.getVersion() |
static Version |
Version.parse(String str)
Parses given string as version identifier.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version obj) |
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.
|
String |
PluginRegistry.makeUniqueId(String pluginId,
Version version)
Constructs unique identifier for plug-in with given ID.
|
Modifier and Type | Method and Description |
---|---|
Version |
PluginRegistryImpl.extractVersion(String uniqueId) |
Modifier and Type | Method and Description |
---|---|
String |
PluginRegistryImpl.makeUniqueId(String pluginId,
Version version) |
Copyright © 2016. All rights reserved.