edu.rice.cs.util
Class Version

java.lang.Object
  |
  +--edu.rice.cs.util.Version

public abstract class Version
extends Object

This interface hold the information about this build of util. This file is copied to Version.java by the build process, which also fills in the right values of the date and time. This javadoc corresponds to build util-20020804-2222;

Version:
$Id: Version.java,v 1.37 2002/08/04 22:23:52 csreis Exp $

Field Summary
private static Date BUILD_TIME
          A Date version of the build time.
private static String BUILD_TIME_STRING
          This string will be automatically expanded upon "ant commit".
 
Constructor Summary
Version()
           
 
Method Summary
private static Date _getBuildDate()
           
static Date getBuildTime()
           
static String getBuildTimeString()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

BUILD_TIME_STRING

private static final String BUILD_TIME_STRING
This string will be automatically expanded upon "ant commit". Do not edit it by hand!

BUILD_TIME

private static final Date BUILD_TIME
A Date version of the build time.
Constructor Detail

Version

public Version()
Method Detail

getBuildTimeString

public static String getBuildTimeString()

getBuildTime

public static Date getBuildTime()

_getBuildDate

private static Date _getBuildDate()

main

public static void main(String[] args)