|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nlm.util.Version
The Version
class aggregates change information
for the gov.nih.nlm.util
package. Eventually,
it may be used to maintain its own version information.
History:
SystemToolkit
:
Methods for getting index words (including a stop word list) were added.
Some progress monitor code in unzip methods was improved.
Sort now properly sort uniques on a single chunk (doesn't require merge to
do the uniqueing). Sort uses chunks of a certain size instead of a certain
line count. Sort helper method uses a bigger buffer for input/output streams.
ObjectXMLSerializer
now supports Properties and Hashtable objects
correctly.
SystemToolkit
now has a method for computing a
"cross platform md5". It mimicks a true MD5 on solaris by ignoring
local line termination characters.
Constructor Summary | |
Version()
|
Method Summary | |
static String |
getAuthority()
Returns the package current version authority. |
static Date |
getDate()
Returns the package current version date. |
static String |
getPackage()
Returns the package current package name. |
static int |
getRelease()
Returns the package current release. |
static double |
getVersion()
Returns the package current version. |
static String |
getVersionInformation()
Returns the package current version information. |
static void |
main(String[] argv)
This can be used to print package version information on the command line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Version()
Method Detail |
public static int getRelease()
int
representation of package current release.public static double getVersion()
double
representation of package current version.public static String getAuthority()
String
representation of package current version
authority.public static Date getDate()
Date
representation of package current version
date.public static String getPackage()
String
representation of package current name.public static String getVersionInformation()
String
representation of package current
version information.public static void main(String[] argv)
argv
- An array of string argument.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |