org.opensaml
Class Version

java.lang.Object
  extended by org.opensaml.Version

public final class Version
extends java.lang.Object

Class for printing the version of this library.


Method Summary
static int getMajorVersion()
          Gets the major version number of the library.
static int getMicroVersion()
          Gets the micro version number of the library.
static int getMinorVersion()
          Gets the minor version number of the library.
static java.lang.String getName()
          Gets the name of the library.
static java.lang.String getVersion()
          Gets the version of the library.
static void main(java.lang.String[] args)
          Main entry point to program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Main entry point to program.

Parameters:
args - command line arguments

getName

public static java.lang.String getName()
Gets the name of the library.

Returns:
name of the library

getVersion

public static java.lang.String getVersion()
Gets the version of the library.

Returns:
version of the library

getMajorVersion

public static int getMajorVersion()
Gets the major version number of the library.

Returns:
major version number of the library

getMinorVersion

public static int getMinorVersion()
Gets the minor version number of the library.

Returns:
minor version number of the library

getMicroVersion

public static int getMicroVersion()
Gets the micro version number of the library.

Returns:
micro version number of the library


Copyright © 2006-2011 Internet2. All Rights Reserved.