org.jgroups
public class Version extends Object
| Field Summary | |
|---|---|
| static String | cvs |
| static String | description |
| static short | version |
| Method Summary | |
|---|---|
| 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. |
Parameters: v short
Returns: Result of == operator.
Parameters: args
Returns: String with description
Returns: String with version