frysk.config
Class FryskVersion

java.lang.Object
  extended by frysk.config.FryskVersion

public class FryskVersion
extends Object

All the run-time (install time) configuration information.


Field Summary
private static String v
           
 
Constructor Summary
FryskVersion()
           
 
Method Summary
static String getVersion()
          The frysk version number as a String.
private static String version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v

private static final String v
Constructor Detail

FryskVersion

public FryskVersion()
Method Detail

version

private static String version()

getVersion

public static String getVersion()
The frysk version number as a String. Typically of the form: MAJOR.MINOR.PATCH.YYYY.MM.DD.