net.java.games.input
Class Version

java.lang.Object
  extended by net.java.games.input.Version

public final class Version
extends java.lang.Object

The version and build number of this implementation. Version numbers for a release are of the form: w.x.y[-a]-z, where:

For example, the following are all valid version strings:


Method Summary
static java.lang.String getVersion()
          Returns the verison string and build number of this implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static java.lang.String getVersion()
Returns the verison string and build number of this implementation. See the class descritpion for the version string format.

Returns:
The version string of this implementation.