|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tribble.build.AbstractVersion tribble.build.TestVersionInfo
Foo, 2.3B-4 Beta, 2002-11-23.
Field Summary | |
static long |
BUILD_DATE
|
static java.lang.String |
ISO_BUILD_DATE
|
static int |
MAJOR_VERSION
|
static int |
MINOR_VERSION
|
static java.lang.String |
NAME
|
static java.lang.String |
PACKAGE
|
static java.lang.String |
PATCH
|
static java.lang.String |
VERSION
|
Fields inherited from class tribble.build.AbstractVersion |
m_frame |
Constructor Summary | |
TestVersionInfo()
|
Method Summary | |
java.util.Date |
getBuildDate()
Retrieve the build date. |
java.lang.String |
getIsoBuildDate()
Retrieve the build date. |
int |
getMajor()
Retrieve the major release number. |
int |
getMinor()
Retrieve the minor release number. |
java.lang.String |
getName()
Retrieve the component name. |
java.lang.String |
getPackage()
Retrieve the package name. |
java.lang.String |
getPatch()
Retrieve the patch number/name. |
java.lang.String |
getVersion()
Retrieve the version string. |
java.lang.String |
getWhatString()
Retrieve the embedded 'what' string. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class tribble.build.AbstractVersion |
actionPerformed, run, showGui, showText, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NAME
public static final java.lang.String PACKAGE
public static final java.lang.String VERSION
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public static final java.lang.String PATCH
public static final long BUILD_DATE
public static final java.lang.String ISO_BUILD_DATE
Constructor Detail |
public TestVersionInfo()
Method Detail |
public static void main(java.lang.String[] args)
public java.lang.String getName()
AbstractVersion
getName
in class AbstractVersion
public java.lang.String getPackage()
AbstractVersion
getPackage
in class AbstractVersion
public java.lang.String getVersion()
AbstractVersion
getVersion
in class AbstractVersion
public int getMajor()
AbstractVersion
getMajor
in class AbstractVersion
public int getMinor()
AbstractVersion
getMinor
in class AbstractVersion
public java.lang.String getPatch()
AbstractVersion
getPatch
in class AbstractVersion
public java.util.Date getBuildDate()
AbstractVersion
getBuildDate
in class AbstractVersion
public java.lang.String getIsoBuildDate()
AbstractVersion
getIsoBuildDate
in class AbstractVersion
public java.lang.String getWhatString()
AbstractVersion
getWhatString
in class AbstractVersion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |