org.ckkloverdos.version
Class CkklCoreVersion

java.lang.Object
  extended by org.ckkloverdos.version.CkklCoreVersion

public final class CkklCoreVersion
extends java.lang.Object

Provides the version of the library. Also it is the Main-Class of the library jar, so that when the jar is executed, the version is printed.

Author:
Christos KK Loverdos

Method Summary
static java.lang.String getVersion()
          Returns the library version or null if it cannot be determined.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static java.lang.String getVersion()
Returns the library version or null if it cannot be determined.


main

public static void main(java.lang.String[] args)


Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.