org.jgroups
Class Version
public class Version
extends java.lang.Object
Holds version information for JGroups.
static boolean | compareTo(short v) - Compares the specified version number against the current version number.
|
static void | main(String[] args) - Prints the value of the description and cvs fields to System.out.
|
static String | printDescription() - Returns the catenation of the description and cvs fields.
|
static String | printVersion() - Returns the version field as a String.
|
cvs
public static final String cvs
description
public static final String description
version
public static final short version
compareTo
public static boolean compareTo(short v)
Compares the specified version number against the current version number.
main
public static void main(String[] args)
Prints the value of the description and cvs fields to System.out.
printDescription
public static String printDescription()
Returns the catenation of the description and cvs fields.
printVersion
public static String printVersion()
Returns the version field as a String.
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.