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 StringAPPLICATION_BUILD_NUMBER_PROPERTYstatic StringAPPLICATION_PRODUCT_INFORMATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBuildDate()StringgetBuildNumber()StringgetCopyright()static ApplicationInfogetInstance()Get the application information instance for this VM.intgetMajorReleaseVersion()intgetMinorReleaseVersion()StringgetReleaseNumber()StringgetUrl()
-
-
-
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
-
-