public final class Version extends Object
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCommit()
Returns the library source control commit tag such as "ac486420"
|
static String |
getLongVersion()
Returns a longer library version that includes the timestamp such as "1.2.1 (commit 2cf5c379 @ 2014-11-20T19:55:19.767Z)"
|
static String |
getName()
Returns the library name such as "fizzed-stork-launcher"
|
static String |
getTimestamp()
Returns the library build timestamp (date) such as "2014-11-20T19:55:19.767Z"
|
static String |
getVendor()
Returns the library vendor such as "co.fizzed"
|
static String |
getVersion()
Returns the library version such as "1.2.1"
|
public static String getCommit()
public static String getVendor()
public static String getTimestamp()
public static String getName()
public static String getVersion()
public static String getLongVersion()
Copyright © 2012–2014 Fizzed Inc. All rights reserved.