edu.internet2.middleware.shibboleth.idp
Class Version

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.idp.Version

public final class Version
extends Object

Class for printing the version of this IdP.


Field Summary
private static int MAJOR_VERSION
          IdP major version number.
private static int MICRO_VERSION
          IdP micro version number.
private static int MINOR_VERSION
          IdP minor version number.
private static String NAME
          Name of the IdP.
private static String VERSION
          IdP version.
 
Constructor Summary
private Version()
          Constructor.
 
Method Summary
static int getMajorVersion()
          Gets the major version number of the IdP.
static int getMicroVersion()
          Gets the micro version number of the IdP.
static int getMinorVersion()
          Gets the minor version number of the IdP.
static String getName()
          Gets the name of the IdP.
static String getVersion()
          Gets the version of the IdP.
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
 

Field Detail

NAME

private static final String NAME
Name of the IdP.


VERSION

private static final String VERSION
IdP version.


MAJOR_VERSION

private static final int MAJOR_VERSION
IdP major version number.


MINOR_VERSION

private static final int MINOR_VERSION
IdP minor version number.


MICRO_VERSION

private static final int MICRO_VERSION
IdP micro version number.

Constructor Detail

Version

private Version()
Constructor.

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 IdP.

Returns:
name of the IdP

getVersion

public static String getVersion()
Gets the version of the IdP.

Returns:
version of the IdP

getMajorVersion

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

Returns:
major version number of the IdP

getMinorVersion

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

Returns:
minor version number of the IdP

getMicroVersion

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

Returns:
micro version number of the IdP


Copyright © 1999-2012. All Rights Reserved.