Package org.jboss.msc
Class Version
- java.lang.Object
-
- org.jboss.msc.Version
-
public final class Version extends java.lang.ObjectThe current version of this module.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringJAR_NAMEprivate static java.lang.StringVERSION_STRING
-
Constructor Summary
Constructors Modifier Constructor Description privateVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetJarName()Get the name of the JBoss Modules JAR.static java.lang.StringgetVersionString()Get the version string of JBoss Modules.static voidmain(java.lang.String[] args)Print out the current version onSystem.out.
-
-
-
Method Detail
-
getJarName
public static java.lang.String getJarName()
Get the name of the JBoss Modules JAR.- Returns:
- the name
-
getVersionString
public static java.lang.String getVersionString()
Get the version string of JBoss Modules.- Returns:
- the version string
-
main
public static void main(java.lang.String[] args)
Print out the current version onSystem.out.- Parameters:
args- ignored
-
-