public class Version extends Object
e.g. If this version came from /tags/commons-ssl-0_3_9/, then Version.java will print: "Version: 0.3.9" on standard out.
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()