edu.sc.seis.TauP
Class Version

java.lang.Object
  extended by edu.sc.seis.TauP.Version

public class Version
extends java.lang.Object

convenience class for storing the version of the TauP stuff.

Version:
1.1.6 Fri Apr 21 17:44:10 GMT 2006
Author:
H. Philip Crotwell

Constructor Summary
Version()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

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.touchNum [BETA], date" where the BETA 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".



Copyright © 1999-2006 Seismology at the University of South Carolina. All Rights Reserved.