public class TIdentity
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static TIdentity |
getInstance()
Gets the singleton instance.
|
java.lang.String |
getJavaVersion()
Get the Java version.
|
java.util.Locale |
getLocale()
Gets the locale.
|
java.lang.String |
getOSNameAndVersion()
Get the OS name and version.
|
java.lang.String |
getProductCode()
Get the Software AG product code.
|
java.lang.String |
getProductVersion()
Get the CVS tag for the API component.
|
boolean |
isJavaVersionBelow14()
Check whether the used JDK is below 1.4.
|
static boolean |
isJavaVersionBelow14(java.lang.String javaVersion)
Check whether the used JDK is below 1.4.
|
void |
setLocale(java.util.Locale locale)
Sets the locale.
|
public static TIdentity getInstance()
public java.lang.String getProductCode()
public java.lang.String getProductVersion()
public java.lang.String getJavaVersion()
public java.lang.String getOSNameAndVersion()
public void setLocale(java.util.Locale locale)
public java.util.Locale getLocale()
public boolean isJavaVersionBelow14()
public static boolean isJavaVersionBelow14(java.lang.String javaVersion)
Copyright (c) 2017 Software AG. All Rights Reserved.