|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.workflow.servlet.client.Version
This class serves as an interface to the version-related methods of
java.lang.Package
. It encapsulates the details of loading
the correct package information from the manifest file. Note that this
class' package name must match the one specified in the manifest file.
Constructor Summary | |
---|---|
Version()
Constructs a new version object for the WebSphere Workflow main package. |
Method Summary | |
---|---|
java.lang.String |
getImplementationVersion()
Return the version of this WebSphere Workflow implementation. |
static java.lang.String |
getPackageName()
Return the 'main' package name (e.g. |
java.lang.String |
getSpecificationTitle()
Returns the title of the implemented WebSphere Workflow specification. |
java.lang.String |
getSpecificationVersion()
Returns the version number of the implemented WebSphere Workflow specification. |
static void |
main(java.lang.String[] args)
Dumps the version information for WebSphere Workflow. |
java.lang.String |
toString()
Convert this object to a string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Version()
Method Detail |
public static void main(java.lang.String[] args)
java com.ibm.workflow.flw.Version
args
- Ignored.public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.String getPackageName()
com.ibm.workflow.flw
). When the name
of the package for generated classes is needed, use JavaUtilities.getGenPackageName().public java.lang.String getSpecificationTitle()
null
is returned if it is not known.public java.lang.String getSpecificationVersion()
null
is returned if it is not known.Package.isCompatibleWith(java.lang.String)
public java.lang.String getImplementationVersion()
null
is returned if it is not known.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |