| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final String PRODUCT_NAME
public static final String SHORT_NAME
public static final String VERSION
public static final String BUILD_TIMESTAMP
public static final String REPOSITORY_PATH
public static final long REVISION_NUMBER
public static final String FULL_VERSION_STRING
public static final String SHORT_VERSION_STRING
public static void main(String... args)
args - The command-line arguments provided to this program.public static List<String> getVersionLines()
Copyright © 2011-2013 UnboundID. All Rights Reserved.