|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.common.Version
public class Version
This class provides information gathered from the build environment.
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static java.util.Date |
getBuildDate()
Get buildDate (set during build process to Mon Jun 30 22:12:33 CEST 2008). |
static java.lang.String |
getBuildTimestamp()
Get buildTimestamp (set during build process to "06/30/2008 10:12 PM"). |
static java.lang.String |
getProject()
Get project (set during build process to "l2fprod-common"). |
static java.lang.String |
getVersion()
Get version (set during build process to "7.3"). |
static java.lang.String |
getYear()
Get year (set during build process to "2005-2007"). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static final java.util.Date getBuildDate()
public static final java.lang.String getBuildTimestamp()
public static final java.lang.String getYear()
public static final java.lang.String getVersion()
public static final java.lang.String getProject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |