org.directwebremoting.util
Class VersionUtil

java.lang.Object
  extended by org.directwebremoting.util.VersionUtil

public class VersionUtil
extends java.lang.Object

Interface to the system version info file

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Constructor Summary
VersionUtil()
           
 
Method Summary
static java.lang.String getSourceControlInfo()
          Fish the version number out of the dwr.properties file.
static java.lang.String getVersion()
          Fish the version number out of the dwr.properties file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionUtil

public VersionUtil()
Method Detail

getSourceControlInfo

public static java.lang.String getSourceControlInfo()
Fish the version number out of the dwr.properties file.

Returns:
The current version number.

getVersion

public static java.lang.String getVersion()
Fish the version number out of the dwr.properties file.

Returns:
The current version number.