BCI Nodes - Suites


<Suites> - In BBj 11.0 and higher, this node specifies the name, version, and company name of children <Suite> nodes.


Attribute

Description

Possible Values

Default Value

name

Suites name.

any string

none

version

Specifies the version of the suites.

any string

BBj version

company

Specifies the company name of the suites.

any string

none

url

Specifies the url of the suites.

any string

none


Common Attribute

Description

Possible Values

Default Value

bit

Specifies the Java bit level for which the BCI node will be active.

0 = All bit levels
32 = 32-bit level
64 = 64-bit level

In BBj 19.21 and later, the following values may also be used:
1 = 32-bit level
2 = 64-bit level

0 = All bit levels

osbit

Specifies the OS bit level for which the BCI node will be active.

0 = All bit levels
32 = 32-bit level
64 = 64-bit level

In BBj 19.21 and later, the following values may also be used:
1 = 32-bit level
2 = 64-bit level

0 = All bit levels

portid

Specifies the port ID for which the BCI node will be active. Multiple port IDs are comma separated.

See www.basis.cloud/availability for possible port IDs.

All port IDs

Notes

The company attribute value will be used to set the OEM company name property in the BBj.properties file. Alternatively, you can set the set the property (com.basis.oem.company) directly in the BBj.properties file, or programmatically as shown in the following sample:


READY
>? System.getProperty("com.basis.oem.company")
BASIS International Ltd.
>System.setProperty("com.basis.oem.company", "ACME")
>? System.getProperty("com.basis.oem.company")
ACME

Example

<Suites name="ACME Product Suite" version="8.0" company="ACME" url="www.acme.com">


BCI Nodes Listing

<BBExec>

<CustomAction>

<Directory>

<Exec>

<Feature>

<File>

<Jar>

<Keep>

<Kill>

<RegEntry>

<Replace>

<Shortcut>

<Suite>

<Suites>

<Variable>