edu.sc.seis.TauP
Class Version
java.lang.Object
|
+--edu.sc.seis.TauP.Version
- public class Version
- extends java.lang.Object
convenience class for storing the version of the TauP stuff.
Method Summary |
static int |
getMajorNum()
returns the major version number for the package. |
static int |
getMinorNum()
returns the minor version number for the package. |
static int |
getTouchNum()
returns the touch version number for the package. |
static java.lang.String |
getVersion()
returns a string with version number and date created. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Version
public Version()
getMajorNum
public static int getMajorNum()
- returns the major version number for the package.
getMinorNum
public static int getMinorNum()
- returns the minor version number for the package.
getTouchNum
public static int getTouchNum()
- returns the touch version number for the package. The touch number
is changed between versions for every release and is mainly used for
quick bug fixes that only involve special cases or very small sections
of code.
getVersion
public static java.lang.String getVersion()
- returns a string with version number and date created. The format
is "majorNum.minorNum [BETA], date" where the BETA is signifies
a beta release and data is the format output by "data -u" on
my Solaris machine, something like "Tue May 5 20:12:55 GMT 1998".