|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcs1705.Version
This class allows access to the package version information.
The version identification can be retrieved using the version()
method. Alternatively, you can run this class as a main program
to print out the version information:
C:\> java -cp C:/BlueJ/lib/cs1705.jar cs1705.Version
cs1705.Version: package cs1705, v1.6 2003-11-12
| Constructor Summary | |
Version()
Create a new Version object. |
|
| Method Summary | |
static void |
main(String[] args)
This main method simply prints out the version information on System.out. |
static String |
version()
Retrieve the current version information for this class (and this class jar/library) as a string. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Version()
| Method Detail |
public static void main(String[] args)
System.out.
public static String version()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||