|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nlm.mms.filters.Version
The Version
class aggregates change information
for the gov.nih.nlm.mms.filters
package. Eventually,
it may be used to maintain its own version information.
History:
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 |