com.unboundid.scim.sdk
Class Version

java.lang.Object
  extended by com.unboundid.scim.sdk.Version

public final class Version
extends Object

This class provides information about the current version of the UnboundID SCIM SDK for Java.


Field Summary
static String BUILD_TIMESTAMP
          A timestamp that indicates when this build of the SCIM SDK was generated.
static String FULL_VERSION_STRING
          The full version string for the SCIM SDK.
static String PRODUCT_NAME
          The official full product name for the SCIM SDK.
static String REPOSITORY_PATH
          The Subversion path associated with the build root directory from which this build of the SCIM SDK was generated.
static long REVISION_NUMBER
          The source revision number from which this build of the SCIM SDK was generated.
static String SHORT_NAME
          The short product name for the SCIM SDK.
static String SHORT_VERSION_STRING
          The short version string for the SCIM SDK.
static String VERSION
          The version string for the SCIM SDK.
 
Method Summary
static List<String> getVersionLines()
          Retrieves a list of lines containing information about the SCIM SDK version.
static void main(String... args)
          Prints version information from this class to standard output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRODUCT_NAME

public static final String PRODUCT_NAME
The official full product name for the SCIM SDK. For this build, the value is "UnboundID SCIM SDK".

See Also:
Constant Field Values

SHORT_NAME

public static final String SHORT_NAME
The short product name for the SCIM SDK. This will not have any spaces. For this build, the value is "unboundid-scimsdk".

See Also:
Constant Field Values

VERSION

public static final String VERSION
The version string for the SCIM SDK. For this build, the value is "1.1.0".

See Also:
Constant Field Values

BUILD_TIMESTAMP

public static final String BUILD_TIMESTAMP
A timestamp that indicates when this build of the SCIM SDK was generated. For this build, the value is "20120222111244Z".

See Also:
Constant Field Values

REPOSITORY_PATH

public static final String REPOSITORY_PATH
The Subversion path associated with the build root directory from which this build of the SCIM SDK was generated. It may be an absolute local filesystem path if the Subversion path isn't available at build time. For this build, the value is "https://unboundid-svn.cvsdude.com/components/scim/tags/scim-1.1.0".

See Also:
Constant Field Values

REVISION_NUMBER

public static final long REVISION_NUMBER
The source revision number from which this build of the SCIM SDK was generated. It may be -1 if the Subversion revision isn't available at build time. For this build, the value is 948.

See Also:
Constant Field Values

FULL_VERSION_STRING

public static final String FULL_VERSION_STRING
The full version string for the SCIM SDK. For this build, the value is "UnboundID SCIM SDK 1.1.0".

See Also:
Constant Field Values

SHORT_VERSION_STRING

public static final String SHORT_VERSION_STRING
The short version string for the SCIM SDK. This will not have any spaces. For this build, the value is "unboundid-scimsdk-1.1.0".

See Also:
Constant Field Values
Method Detail

main

public static void main(String... args)
Prints version information from this class to standard output.

Parameters:
args - The command-line arguments provided to this program.

getVersionLines

public static List<String> getVersionLines()
Retrieves a list of lines containing information about the SCIM SDK version.

Returns:
A list of lines containing information about the SCIM SDK version.


Copyright © 2011-2012 UnboundID. All Rights Reserved.