org.jasig.cas
Class CasVersion

java.lang.Object
  extended by org.jasig.cas.CasVersion

public final class CasVersion
extends 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 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 String getVersion()
Return the full CAS version string.

See Also:
Package.getImplementationVersion()


Copyright © 2004-2013 Jasig. All Rights Reserved.