org.jasig.cas
Class CasVersion

java.lang.Object
  extended by org.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: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
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-2010 Java Architectures Special Interest Group. All Rights Reserved.