Fido Alpha 3.2

fido.util
Class Version

java.lang.Object
  |
  +--fido.util.Version

public class Version
extends java.lang.Object

Singleton class that returns version information about the Fido software. This file is regenerated by Ant at build time.


Method Summary
static java.lang.String getCompileDate()
          Returns a string containing the date the Fido software was compiled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCompileDate

public static java.lang.String getCompileDate()
Returns a string containing the date the Fido software was compiled.

Returns:
String containing the compile date

Fido Alpha 3.2