com.jacob.com
Class JacobReleaseInfo

java.lang.Object
  extended by com.jacob.com.JacobReleaseInfo

public class JacobReleaseInfo
extends Object

An interface to the version properties file. This code was removed from JacobObject because it doesn't belong there.


Constructor Summary
JacobReleaseInfo()
           
 
Method Summary
static String getBuildDate()
          loads PROPERT_FILE_NAME and returns the value of version in it
static String getBuildVersion()
          loads PROPERT_FILE_NAME and returns the value of version in it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JacobReleaseInfo

public JacobReleaseInfo()
Method Detail

getBuildDate

public static String getBuildDate()
loads PROPERT_FILE_NAME and returns the value of version in it

Returns:
String value of version in PROPERT_FILE_NAME or "" if none

getBuildVersion

public static String getBuildVersion()
loads PROPERT_FILE_NAME and returns the value of version in it

Returns:
String value of version in PROPERT_FILE_NAME or "" if none


http://jacob-project.sourceforge.net