|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnesstar.api.Version
public class Version
Description of the Class
| Field Summary | |
|---|---|
static String |
SERVER_REVISION
|
static String |
SERVER_REVISIONASINT
|
static String |
SERVER_VERSION
|
| Constructor Summary | |
|---|---|
Version()
|
|
| Method Summary | |
|---|---|
static void |
dbg(String msg)
Method |
static void |
err(Exception e)
Method |
static void |
err(String s)
Method |
static String |
getRevision()
Returns the date on which this release was built as a String in the standard java date format on the compilation machine. |
static String |
getRevisionAsInt()
Returns the date on which this release was built as a String in the format "yyyyMMddHHmm" |
static String |
getVersion()
Returns the current version of Nesstar |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String SERVER_VERSION
public static String SERVER_REVISION
public static String SERVER_REVISIONASINT
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public static String getVersion()
public static String getRevision()
public static String getRevisionAsInt()
public static void dbg(String msg)
msg - public static void err(Exception e)
e - public static void err(String s)
s -
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||