public final class Version
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
JAR_NAME |
private static java.lang.String |
VERSION_STRING |
| Modifier | Constructor and Description |
|---|---|
private |
Version() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getJarName()
Get the name of the JBoss Modules JAR.
|
static java.lang.String |
getVersionString()
Get the version string of JBoss Modules.
|
static void |
main(java.lang.String[] args)
Print out the current version on
System.out. |
private static final java.lang.String JAR_NAME
private static final java.lang.String VERSION_STRING
public static java.lang.String getJarName()
public static java.lang.String getVersionString()
public static void main(java.lang.String[] args)
System.out.args - ignored