Package | Description |
---|---|
ilog.views.appframe.plugin |
Provides interfaces and classes for adding plug-ins to an application.
|
Modifier and Type | Method and Description |
---|---|
IlvPluginVersion |
IlvPlugin.getPluginVersion()
Returns the
IlvPluginVersion of this plug-in. |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvPluginVersion.isCompatibleWith(IlvPluginVersion id)
Compares two version identifiers for compatibility.
|
boolean |
IlvPluginVersion.isEquivalentTo(IlvPluginVersion id)
Compares two version identifiers for equivalency.
|
boolean |
IlvPluginVersion.isGreaterOrEqualTo(IlvPluginVersion version)
Determines whether this version is greater or equal than
the specified
version . |
boolean |
IlvPluginVersion.isGreaterThan(IlvPluginVersion id)
Compares two version identifiers for order using multi-decimal
comparison.
|
boolean |
IlvPluginVersion.isPerfect(IlvPluginVersion id)
Compares two version identifiers for perfect equality.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.