JSettlers v1.0.6 API
Built ${date}

soc.util
Class Version

java.lang.Object
  extended bysoc.util.Version

public class Version
extends java.lang.Object

Package level version file used to keep packaging and codebase in sync. The file Version.java.in is filtered to create Version.java when Callisto is built using ant. If you are not using ant to build Callisto you can do this manually by copying Version.java.in to Version.java, replacing "@ VERSION @" with the "version" property value in the file build.xml.

Author:
Chadwick A. McHenry

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String JRE_MIN_EDIT
           
static java.lang.String JRE_MIN_MAJOR
           
static java.lang.String JRE_MIN_MINOR
           
static java.lang.String JRE_MIN_VERSION
           
static java.lang.String VERSION
           
 
Constructor Summary
Version()
           
 
Method Summary
static java.lang.String copyright()
          Return the copyright string.
static java.lang.String minJREVersion()
          Return the minimum required jre.
static java.lang.String version()
          Return the current version string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static java.lang.String VERSION

COPYRIGHT

public static java.lang.String COPYRIGHT

JRE_MIN_VERSION

public static java.lang.String JRE_MIN_VERSION

JRE_MIN_MAJOR

public static java.lang.String JRE_MIN_MAJOR

JRE_MIN_MINOR

public static java.lang.String JRE_MIN_MINOR

JRE_MIN_EDIT

public static java.lang.String JRE_MIN_EDIT
Constructor Detail

Version

public Version()
Method Detail

version

public static java.lang.String version()
Return the current version string.


copyright

public static java.lang.String copyright()
Return the copyright string.


minJREVersion

public static java.lang.String minJREVersion()
Return the minimum required jre.


JSettlers v1.0.6 API
Built ${date}