|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgroups.Version
public class Version
Holds version information for JGroups.
| Field Summary | |
|---|---|
static java.lang.String |
cvs
|
static java.lang.String |
description
|
static short |
version
|
| Constructor Summary | |
|---|---|
Version()
|
|
| Method Summary | |
|---|---|
static boolean |
compareTo(short v)
Compares the specified version number against the current version number. |
static void |
main(java.lang.String[] args)
Prints the value of the description and cvs fields to System.out. |
static java.lang.String |
printDescription()
Returns the catenation of the description and cvs fields. |
static java.lang.String |
printVersion()
Returns the version field as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String description
public static final short version
public static final java.lang.String cvs
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - public static java.lang.String printDescription()
public static java.lang.String printVersion()
public static boolean compareTo(short v)
v - short
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||