Package org.jboss.msc

Class Version


  • public final class Version
    extends java.lang.Object
    The current version of this module.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String JAR_NAME  
      private static java.lang.String VERSION_STRING  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • JAR_NAME

        private static final java.lang.String JAR_NAME
      • VERSION_STRING

        private static final java.lang.String VERSION_STRING
    • Constructor Detail

      • Version

        private Version()
    • 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 on System.out.
        Parameters:
        args - ignored