cgl.narada.util
Class Version

java.lang.Object
  extended by cgl.narada.util.Version

public class Version
extends Object

A utility class that allows developers to detect, which version of NaradaBrokering they are using. This is intended to be useful for developers who have multiple instances of NaradaBrokering on their machine. Especially for folks who use JBuilder for their development and have problems keeping track of multiple jar files in their jar file repositories.


Constructor Summary
Version()
           
 
Method Summary
static String getVersion()
           
static void main(String[] args)
           
 void printVersionInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getVersion

public static String getVersion()

printVersionInformation

public void printVersionInformation()

main

public static void main(String[] args)


For comments and suggestions please send e-mail to The NaradaBrokering Project