Sharkysoft home

lava
Class LavaVersion

java.lang.Object
  |
  +--lava.LavaVersion

public final class LavaVersion
extends java.lang.Object

Provides information about this release of Lava.

Details: LavaVersion is a static class that provides information about this release of Lava. Other Lava classes may obtain version and compatibility information from this class when they are loaded.

To find out which version of Lava you have installed, execute this class (DOS/Unix: "java lava.LavaVersion").

Version:
2001.01.16
Author:
Sharky

Field Summary
static long BUILD_TIME
          Build time.
 
Method Summary
static java.lang.String getVersionId()
          Returns version ID.
static void main(java.lang.String[] args)
          Reveals information about this release of Lava.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILD_TIME

public static final long BUILD_TIME
Build time.

Details: BUILD_TIME is the build time of this release of Lava, in milliseconds from the year 1970.

Method Detail

getVersionId

public static java.lang.String getVersionId()
Returns version ID.

Details: getVersionId returns the version ID of this release of Lava. Usually, version IDs take the form yyyy.mm.dd, indicating the year, month, and day of the build.

Returns:
the version ID
Since:
1999.05.17

main

public static void main(java.lang.String[] args)
Reveals information about this release of Lava.

Details: The lava.ver.LavaVersion class can be executed as a stand-alone Java program. When executed, LavaVersion outputs information about this release of Lava. All output is sent to System.err.


Sharkysoft home