tmozIAppVersionInfo Interface Reference

Tahiti version information. More...

List of all members.

Public Attributes

readonly attribute AString name
 Main application name.
readonly attribute AString version
 Main application version.
readonly attribute AString buildVersion
 Binary version.
readonly attribute AString license
 Licensed to.


Detailed Description

Tahiti version information.

This object contains version information and other information as application name, license.

Note:
All information in the object are read-only.

Member Data Documentation

readonly attribute AString buildVersion

Binary version.

Binary version is usually same as application version with addition of build id. It has format x.x.x.x, e.g.: 5.0.1.8

readonly attribute AString license

Licensed to.

Name of the license holder.

readonly attribute AString name

Main application name.

Application name can be also read from the shared configuration

readonly attribute AString version

Main application version.

Main application version has format x.x.x, e.g.: 5.0.1


Generated on Wed Dec 15 09:54:21 2010 for Tahiti XPCOM API