BCI Class - CustomActionData

Description

In BBj 11.0 and higher, com.basis.install.CustomActionData is a base class that all custom action data objects extend.

Constants

AIX43

Value when the OS is IBM AIX.

DEC40d

Value when the OS is DEC.

HPUX

Value when the OS is HPUX.

HPUX_ITANIUM

Value when the OS is Linux with HPUX with an Itanium chip.

LINUX

Value when the OS is Linux with an Intel chip.

LINUX_PPC

Value when the OS is Linux with a Power PC chip.

MACOSX

Value when the OS is Apple Mac.

PURE_JAVA

Value when the native code cannot be used to determine the OS.

SOLARIS

Value when the OS is Sun Solaris.

SOLARIS

Value when the OS is Sun Solaris with an Intel chip.

UNIXWARE7

Value when the OS is UnixWare.

UNKNOWN_OS

Value when the OS is not known.

UNIXWARE7

Value when the OS is UnixWare.

WINDOWS

Value when the OS is Windows.

Methods

Return Value

Method

Description

boolean

isGUI()

Returns true when a Graphical User Interface is available, otherwise returns false.

boolean

isOS32Bit()

Returns true when the OS is 32-bit, otherwise returns false.

boolean

isOS64Bit()

Returns true when the OS is 64-bit, otherwise returns false.

void

log(stringp_text)

Logs the passed text to the<user home>/BASIS/install.logduring installation or the<user home>/BASIS/uninstall.logduring uninstallation.