Version: 10.16.0
Namespace

solace.Version

Contents

namespace solace.Version

Returns the API version. Use version, date and mode properties for build details. Use the summary property or the .toString() method to return a summary.

Static Properties & Enumerations Top

Date date
Boolean debug
String formattedDate
String mode
Boolean release
String summary
Object target
String version

Static Properties & Enumerations Detail Top

static public Date date

The API build date.

static public Boolean debug

If true, this is an unoptimized debug build.

static public String formattedDate

The API build date, as a formatted string. The format of this date is: YYYY-MM-DD hh:mm where

static public String mode

The build mode. This may be one of 'debug' or 'release'. Other build modes may be added in the future.

static public Boolean release

If true, this is an optimized release build. Note that there may be multiple release builds in a distribution, with varying degrees of optimization.

static public String summary

An informational string summarizing the API name, version and build date.

static public Object target

Information about the build target. This object is informational; its type, structure and content are subject to change.

static public String version

The API version, as an informational string. The format of this string is subject to change.