|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
com.ibm.are.common | Generalized classes and utilities for use anywhere in ARE |
com.ibm.are.plugin | ARE plugin specification and base implementation |
com.ibm.are.service | ARE service specification and base implementation |
Uses of Version in com.ibm.are.common |
---|
Methods in com.ibm.are.common that return Version | |
---|---|
static Version |
Version.parse(java.lang.String versionToParse)
Parses the input String, pulling out the major, minor (if present), and revision (if present) levels. |
Methods in com.ibm.are.common with parameters of type Version | |
---|---|
boolean |
Version.isEqualOrNewerThan(Version version)
Check whether this version is newer than or equal to the input version object. |
Constructors in com.ibm.are.common with parameters of type Version | |
---|---|
Version(Version versionToCopy)
Copy constructor. |
Uses of Version in com.ibm.are.plugin |
---|
Fields in com.ibm.are.plugin declared as Version | |
---|---|
protected Version |
BasePlugin.pluginVersion
The plugin's version |
Methods in com.ibm.are.plugin that return Version | |
---|---|
Version |
BasePlugin.getVersion()
|
protected abstract Version |
BasePlugin.initPluginVersion()
Used to initialize the plugin's pluginVersion field |
Uses of Version in com.ibm.are.service |
---|
Methods in com.ibm.are.service that return Version | |
---|---|
Version |
LoggingService.getVersion()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |