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 "8d76979e"
|
static String |
getLongVersion()
Returns a longer library version that includes the timestamp such as "3.0.2 (commit 8d76979e; ts 20140124-1058)"
|
static String |
getName()
Returns the library name such as "ch-commons-charset"
|
static String |
getTimestamp()
Returns the library build timestamp (date) such as "20140124-1058"
|
static String |
getVendor()
Returns the library vendor such as "com.cloudhopper"
|
static String |
getVersion()
Returns the library version such as "3.0.2"
|
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 Cloudhopper by Twitter. All Rights Reserved.