JBoss Modular Service Container 1.2.0.Beta2

org.jboss.msc
Class Version

java.lang.Object
  extended by org.jboss.msc.Version

public final class Version
extends Object

The current version of this module.

Author:
David M. Lloyd

Method Summary
static String getJarName()
          Get the name of the JBoss Modules JAR.
static String getVersionString()
          Get the version string of JBoss Modules.
static void main(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
 

Method Detail

getJarName

public static String getJarName()
Get the name of the JBoss Modules JAR.

Returns:
the name

getVersionString

public static String getVersionString()
Get the version string of JBoss Modules.

Returns:
the version string

main

public static void main(String[] args)
Print out the current version on System.out.

Parameters:
args - ignored

JBoss Modular Service Container 1.2.0.Beta2

Copyright © 2012 JBoss, a division of Red Hat, Inc.