|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.oscg.jreleaseinfo.info.AppReleaseInfo
This class provides information gathered from the build environment.
Constructor Summary | |
AppReleaseInfo()
|
Method Summary | |
static java.util.Date |
getBuildDate()
Get buildDate (set during build process to Sat Aug 06 16:27:52 CEST 2005). |
static java.lang.String |
getBuildId()
Get buildId (set during build process to "20050806-1627"). |
static java.lang.String |
getOrganization()
Get organization (set during build process to "Open Source Competence Group"). |
static java.lang.String |
getProject()
Get project (set during build process to "jreleaseinfo-1.3.0"). |
static java.lang.String |
getVersion()
Get version (set during build process to "1.3.0"). |
static java.lang.String |
getWeb()
Get web (set during build process to "http://www.oscg.ch"). |
static void |
main(java.lang.String[] args)
Main method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AppReleaseInfo()
Method Detail |
public static final java.util.Date getBuildDate()
public static final java.lang.String getWeb()
public static final java.lang.String getBuildId()
public static final java.lang.String getVersion()
public static final java.lang.String getProject()
public static final java.lang.String getOrganization()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |