|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.Version
public class Version
This class provides runtime version information to the OpenGTS modules.
Field Summary | |
---|---|
static java.lang.String |
COMPILED_VERSION
|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
GTS_ENTERPRISE_PREFIX
|
static java.lang.String |
SERVICE_ACCOUNT_ID
|
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static java.lang.String |
getCompileTime()
Returns the last compiled time date string |
static long |
getCompileTimestamp()
Returns the last compiled timestamp |
static java.lang.String |
getCopyright()
Returns the copyright notice |
static java.lang.String |
getInfo()
Returns a String representation of this Version |
static long |
getPackageTimestamp()
Returns the compiled package release timestamp |
static java.lang.String |
getServiceAccountID()
Returns the ServiceAccountID |
static java.lang.String |
getVersion()
Returns the compiled version String |
static void |
initVersionProperty()
Initializes the RTConfig constant 'version' property. |
static void |
main(java.lang.String[] argv)
Main entry point to display the current version |
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 COPYRIGHT
public static final java.lang.String GTS_ENTERPRISE_PREFIX
public static final java.lang.String COMPILED_VERSION
public static final java.lang.String SERVICE_ACCOUNT_ID
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static void initVersionProperty()
public static java.lang.String getCopyright()
public static java.lang.String getVersion()
public static long getPackageTimestamp()
public static long getCompileTimestamp()
public static java.lang.String getCompileTime()
public static java.lang.String getServiceAccountID()
public static java.lang.String getInfo()
public static void main(java.lang.String[] argv)
argv
- The command-line args
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |