java.lang.Objectrcs.RCS_VERSION
public class RCS_VERSION
Class for checking at run-time which version of the RCS Library is being used.
Related Documentation: RCS Library, RCS Version Functions Source Code: RCS_VERSION.java
| Field Summary | |
|---|---|
static java.lang.String |
date_string
String in which the library was compiled is stored. |
static java.lang.String |
info_string
String in which a brief message describing the library, it's version and compile date etc. |
static java.lang.String |
version_string
String in which the version number 2009.06.17_1528 is stored. |
| Constructor Summary | |
|---|---|
RCS_VERSION()
|
|
| Method Summary | |
|---|---|
static int |
compare(java.lang.String str_to_compare)
Compare the version of the library with some other version. |
static void |
main(java.lang.String[] args)
Running this class as a stand-alone application displays the RCS Library version information and the Java System properties. |
static void |
print()
Function that prints the info_string to System.out |
java.lang.String |
toString()
Function that returns the info_string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String version_string
public static final java.lang.String date_string
public static final java.lang.String info_string
| Constructor Detail |
|---|
public RCS_VERSION()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic static void print()
public static void main(java.lang.String[] args)
args - NOT used.public static int compare(java.lang.String str_to_compare)
str_to_compare - A version to compare with the library being used.