JBoss Modular Service Kernel API 1.0.0.CR2

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

Field Summary
static String VERSION
          The current version.
 
Method Summary
static String getVersionString()
          Get the version string.
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
 

Field Detail

VERSION

public static final String VERSION
The current version.

Method Detail

getVersionString

public static String getVersionString()
Get the version string.

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 Kernel API 1.0.0.CR2

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