|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.drjava.Version
public abstract class Version
This interface hold the information about this build of DrJava. 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 drjava-20120304-r5456;
| 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". |
private static String |
REVISION_STRING
This string will be automatically expanded upon "ant commit.". |
private static String |
VERSION_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 int |
getRevisionNumber()
|
static String |
getVersionString()
|
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String VERSION_STRING
private static final String BUILD_TIME_STRING
private static final Date BUILD_TIME
Date version of the build time.
private static final String REVISION_STRING
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public static String getVersionString()
public static int getRevisionNumber()
public static String getBuildTimeString()
public static Date getBuildTime()
private static Date _getBuildDate()
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||