org.opensaml.ws
Class Version

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

public final class Version
extends 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 String getName()
          Gets the name of the library.
static String getVersion()
          Gets the version of the library.
static void main(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(String[] args)
Main entry point to program.

Parameters:
args - command line arguments

getName

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

Returns:
name of the library

getVersion

public static 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-2013 Internet2. All Rights Reserved.