org.jasig.cas
Class CasVersion

java.lang.Object
  extended byorg.jasig.cas.CasVersion

public final class CasVersion
extends java.lang.Object

Class that exposes the CAS version. Fetches the "Implementation-Version" manifest attribute from the jar file.

Since:
3.0
Version:
$Revision$ $Date$
Author:
Dmitriy Kopylenko

Method Summary
static java.lang.String getVersion()
          Return the full CAS version string.
 
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()
Return the full CAS version string.

See Also:
Package.getImplementationVersion()


Copyright © 2004-2005 Java Architectures Special Interest Group. All Rights Reserved.