- java.lang.Object
-
- org.xnio.Version
-
public final class Version extends java.lang.ObjectThe version class.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVERSION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetJarName()Get the name of the program JAR.static java.lang.StringgetVersionString()Get the version string.static voidmain(java.lang.String[] args)Print out the current XNIO version onSystem.out.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Print out the current XNIO version onSystem.out.- Parameters:
args- ignored
-
getJarName
public static java.lang.String getJarName()
Get the name of the program JAR.- Returns:
- the name
-
getVersionString
public static java.lang.String getVersionString()
Get the version string.- Returns:
- the version string
-
-