public final class VersionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FIXPACK_VERSION |
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
static int |
RELEASE_VERSION |
Modifier and Type | Method and Description |
---|---|
static java.util.Date |
getBuildDate()
Returns the build date and time.
|
static java.lang.String |
getBuildVersion()
Returns the build version of this library.
|
static java.lang.String |
getCopyright()
Returns the copyright message.
|
static int |
getMajorVersion()
Returns the major version number.
|
static int |
getMinorVersion()
Returns the minor version number.
|
static java.lang.String |
getName()
Returns the name of the library.
|
static int |
getPatchVersion()
Returns the patch version number.
|
static void |
main(java.lang.String[] args)
When run, this writes the library name and version number, and
the copyright information to the standard output.
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public static final int RELEASE_VERSION
public static final int FIXPACK_VERSION
public static java.lang.String getName()
public static java.lang.String getCopyright()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getPatchVersion()
public static java.lang.String getBuildVersion()
public static java.util.Date getBuildDate()
null
is returned.null
public static void main(java.lang.String[] args)
args
- (C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.