org.glite.slcs.common
Class Version

java.lang.Object
  extended by org.glite.slcs.common.Version

public class Version
extends java.lang.Object

Version class to retrieve version info from jar manifest.

Since:
1.6.0

Method Summary
static java.lang.String getCopyright()
          Returns the Copyright.
static java.lang.String getName()
          Returns the implementation title from the jar MANIFEST.
static java.lang.String getVersion()
          Returns the implementation version from the jar MANIFEST.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCopyright

public static java.lang.String getCopyright()
Returns the Copyright.

Returns:
the copyright string

getVersion

public static java.lang.String getVersion()
Returns the implementation version from the jar MANIFEST.

Returns:
the implementation version

getName

public static java.lang.String getName()
Returns the implementation title from the jar MANIFEST.

Returns:
the implementation title