public class Version extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
Version.CompileTime
Searches through a jar file to the find the most recent timestamp of
all the class files.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPILE_TIME |
static String |
HEAD_URL |
static String |
VERSION |
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
String |
toString() |
static String |
versionString() |
public static final String HEAD_URL
public static final String COMPILE_TIME
public Version()