Package org.teiid.core.util
Class ApplicationInfo
- java.lang.Object
-
- org.teiid.core.util.ApplicationInfo
-
- All Implemented Interfaces:
Serializable
public final class ApplicationInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLICATION_BUILD_NUMBER_PROPERTY
static String
APPLICATION_PRODUCT_INFORMATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuildDate()
String
getBuildNumber()
String
getCopyright()
static ApplicationInfo
getInstance()
Get the application information instance for this VM.int
getMajorReleaseVersion()
int
getMinorReleaseVersion()
String
getReleaseNumber()
String
getUrl()
-
-
-
Field Detail
-
APPLICATION_PRODUCT_INFORMATION
public static final String APPLICATION_PRODUCT_INFORMATION
- See Also:
- Constant Field Values
-
APPLICATION_BUILD_NUMBER_PROPERTY
public static final String APPLICATION_BUILD_NUMBER_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReleaseNumber
public String getReleaseNumber()
-
getMajorReleaseVersion
public int getMajorReleaseVersion()
-
getMinorReleaseVersion
public int getMinorReleaseVersion()
-
getBuildNumber
public String getBuildNumber()
-
getUrl
public String getUrl()
-
getCopyright
public String getCopyright()
-
getBuildDate
public String getBuildDate()
-
getInstance
public static ApplicationInfo getInstance()
Get the application information instance for this VM.- Returns:
- the singleton instance for this VM; never null
-
-