com.dlsc.flexgantt.util
Class Version

java.lang.Object
  extended by com.dlsc.flexgantt.util.Version

public class Version
extends java.lang.Object

A utility class used to determine the version number of the FlexGantt distribution.

Since:
1.0
Author:
Dirk Lemmermann

Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getVersion()
          Returns the FlexGantt version number in the format major.minor.bug (1.0.0).
 
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()
Returns the FlexGantt version number in the format major.minor.bug (1.0.0).

Returns:
the FlexGantt version number
Since:
1.0