de.bb.bejy
Class Version

java.lang.Object
  |
  +--de.bb.bejy.Version

public class Version
extends java.lang.Object

Version info for BEJY.


Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getFull()
          Get only the full version message.
static java.lang.String getVersion()
          Get only the version number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getVersion

public static java.lang.String getVersion()
Get only the version number.
Returns:
the version number as String.

getFull

public static java.lang.String getFull()
Get only the full version message.
Returns:
the full version message as String.